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

NeoCompleteCache disabled when startup #436

Closed lookforit closed 11 years ago

lookforit commented 11 years ago

I have already set this in _vimrc:

let g:neocomplcache_enable_at_startup = 1

but it didn't work unless i execute:

:NeoComplCacheEnable

ps: NeoCompleteCache is the latest version.

Shougo commented 11 years ago

No. But neocomplcache implemented lazy initialize feature. So, you must input some characters in buffer. If you dislike this feature, you can initialize neocomplcache manually by neocomplcache#initialize().

lookforit commented 11 years ago

So, you must input some characters in buffer.

yes , I typed some words already ,but the complete menu didn't popup.

Shougo commented 11 years ago

ps: NeoCompleteCache is the latest version.

What's the "NeoCompleteCache"?

yes , I typed some words already ,but the complete menu didn't popup.

Is neocomplcache#initializa() works?

lookforit commented 11 years ago

What's the "NeoCompleteCache"

sorry ,is neocomplcache.vim, the plugin's name.

Is neocomplcache#initializa() works?

yes, i added it to vimrc,it works.

Shougo commented 11 years ago

OK.