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 message when buffer caching #435

Closed lookforit closed 11 years ago

lookforit commented 11 years ago

Hi when I execute the command ":NeoComplCacheCachingBuffer", error appears like this: buffererror

This command can be done without problem before, the difference of .vimrc between before and now is just I added:

call neocomplcache#custom_source('look', 'min_pattern_length', 2)

in front of the neo related settings.

Shougo commented 11 years ago

I fixed it.