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

Error when typing "in" #449

Closed wimstefan closed 11 years ago

wimstefan commented 11 years ago

Since a few days I get an error popping up when I type the key sequence "in".

The error message is here: https://gist.github.com/6278771

My neocomplcache settings are:

" neocomplcache config let g:neocomplcache_enable_at_startup = 1 let g:neocomplcache_enable_auto_select = 1 let g:neocomplcache_max_menu_width = 24 if !exists('g:neocomplcache_disabled_sources_list') let g:neocomplcache_disabled_sources_list = {} endif let g:neocomplcache_temporary_dir = $HOME.'/tmp/vim/neocon/'

Shougo commented 11 years ago

Sorry, I fixed it.

wimstefan commented 11 years ago

Looks good. Thank you very much! B-)