Shougo / neocomplcache.vim

Ultimate auto-completion system for Vim.
http://www.vim.org/scripts/script.php?script_id=2620
1.72k stars 135 forks source link

"key not present in dictionary" errors when gvim is launched with windows 8.3 path #495

Closed Mmjavellana closed 9 years ago

Mmjavellana commented 9 years ago

When I launch gvim using the windows 8.3 path (c:\progra~2\vim\vim74\gvim.exe), neocomplcache throws a lot of errors. The first is:

Error detected while processing function neocomplcache#init#lazy..neocomplcache#init#_others..neocomplcache#init#_variables..neocomplcache#util#set_default_dictionary..neocomplcache#util#set_dictionary_helper: line 1: E716: Key not present in Dictionary: set_dictionary_helper, a:000)

Shougo commented 9 years ago

You must not use Windows 8.3 patch. It is not tested.

Mmjavellana commented 9 years ago

Ok thanks. I only discovered this because gvim had gotten into my path variable with the short form for some reason. I'm not sure if the installer did that, or if I did, but I changed it to the long form and it works fine.