svermeulen / vim-easyclip

Simplified clipboard functionality for Vim
693 stars 21 forks source link

NeoBundle Installation error. #32

Closed jasoncyu closed 10 years ago

jasoncyu commented 10 years ago

After installing with NeoBundle, I got this message:

Not installed bundles:  ['vim-easyclip']
Install bundles now?
(y)es, [N]o: y

[neobundle/install] Update started: (2014/10/02 22:20:45)
[neobundle/install] (1/1): |vim-easyclip| git clone --recursive https://github.com/svermeulen/vim-easyclip.git "/Users/jason/.vim/bundle/vim-easyclip"
[neobundle/install] (1/1): |vim-easyclip| Updated
[neobundle/install] |vim-easyclip|  -> 6a30642398120038d8fe99e0c5a9b160f94ce048
Error detected while processing function <SNR>59_CSApprox..<SNR>59_CSApproxImpl..<SNR>59_FixupGuiInfo:
line    1:
E716: Key not present in Dictionary: 0
E15: Invalid expression: a:highlights[s:hlid_normal].gui.bg == ''
line    5:
E716: Key not present in Dictionary: 0
E15: Invalid expression: a:highlights[s:hlid_normal].gui.fg == ''
Error detected while processing function <SNR>59_CSApprox..<SNR>59_CSApproxImpl..<SNR>59_SetCtermFromGui:
line   24:
E716: Key not present in Dictionary: lightred
E15: Invalid expression: s:rgb_presets[tolower(val)]
[neobundle/install] Installed/Updated bundles:
vim-easyclip
[neobundle/install] Update done: (2014/10/02 22:20:48)
Press ENTER or type command to continue

My vim version is

VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Dec 19 2013 15:19:49)
Compiled by root@apple.com
Normal version without GUI.  Features included (+) or not (-):
-arabic +autocmd -balloon_eval -browse +builtin_terms +byte_offset +cindent
-clientserver -clipboard +cmdline_compl +cmdline_hist +cmdline_info +comments
-conceal +cryptv +cscope +cursorbind +cursorshape +dialog_con +diff +digraphs
-dnd -ebcdic -emacs_tags +eval +ex_extra +extra_search -farsi +file_in_path
+find_in_path +float +folding -footer +fork() -gettext -hangul_input +iconv
+insert_expand +jumplist -keymap -langmap +libcall +linebreak +lispindent
+listcmds +localmap -lua +menu +mksession +modify_fname +mouse -mouseshape
-mouse_dec -mouse_gpm -mouse_jsbterm -mouse_netterm -mouse_sysmouse
+mouse_xterm +multi_byte +multi_lang -mzscheme +netbeans_intg -osfiletype
+path_extra -perl +persistent_undo +postscript +printer -profile +python/dyn
-python3 +quickfix +reltime -rightleft +ruby/dyn +scrollbind +signs
+smartindent -sniff +startuptime +statusline -sun_workshop +syntax +tag_binary
+tag_old_static -tag_any_white -tcl +terminfo +termresponse +textobjects +title
 -toolbar +user_commands +vertsplit +virtualedit +visual +visualextra +viminfo
+vreplace +wildignore +wildmenu +windows +writebackup -X11 -xfontset -xim -xsmp
 -xterm_clipboard -xterm_save
   system vimrc file: "$VIM/vimrc"
     user vimrc file: "$HOME/.vimrc"
      user exrc file: "$HOME/.exrc"
  fall-back for $VIM: "/usr/share/vim"
Compilation: gcc -c -I. -D_FORTIFY_SOURCE=0 -Iproto -DH

help? Thanks!

svermeulen commented 10 years ago

I just tested a clean vimrc with neobundle and easyclip and it seemed to work fine. And from the error message it doesn't doesn't look like it's related to easyclip.

jasoncyu commented 10 years ago

yeah, i still don't know what that error is from and easy clip wasn't working for me at first, but it works for me now. thanks!