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

neocomplcache_min_keyword_length not working #444

Closed benintech closed 11 years ago

benintech commented 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

Shougo commented 11 years ago

It works but you must initialize cache files by :NeoComplCacheClean command.

benintech commented 11 years ago

great thanks, I confirm it works