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

Complete from opening buffer #412

Closed UncleBill closed 11 years ago

UncleBill commented 11 years ago

Neo seems to have this feature at one time.

Shougo commented 11 years ago

This behavior is hard to fix. But I will improve it in ver.8.1.

You can complete current buffer manually by NeoComplCacheCachingBuffer.

UncleBill commented 11 years ago

Thanks! Vim support it natively: using <c-x><c-u> and <c-x><c-p>

Shougo commented 11 years ago

neocomplcache does not use Vim's internal completion.

UncleBill commented 11 years ago

got it

UncleBill commented 11 years ago

fixed #416