Closed benintech closed 11 years ago
Hi,
I'm using neocomplcache 8.0 on Vim 7.2 (debian 6).
I'd like my list to show only words that are at least 6 characters long.
I tried let g:neocomplcache_min_keyword_length = 6 but it doesn't seem to change anything
Can it be done ?
Thanks Ben
It works but you must initialize cache files by :NeoComplCacheClean command.
:NeoComplCacheClean
great thanks, I confirm it works
Hi,
I'm using neocomplcache 8.0 on Vim 7.2 (debian 6).
I'd like my list to show only words that are at least 6 characters long.
I tried let g:neocomplcache_min_keyword_length = 6 but it doesn't seem to change anything
Can it be done ?
Thanks Ben