" 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/'
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/'