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

Method to collect results from omnifunc without selecting first result #500

Closed expipiplus1 closed 9 years ago

expipiplus1 commented 9 years ago

For example I type the beginning of an identifier and NeoComplete hasn't found a match so I hit to call the omnifunc. The ideal behavior here would be for NeoComplete to add the results from omnifunc to its list and allow me to select from them as I like (for example fuzzy matching or smart case). Here could be any keypress, that's not important. At the moment what happens is omnifunc takes over and none of the NeoComplete settings seem to be in effect. Occasionally I'm able to get the completion list populated properly, but this is a little sporadic.

Hopefully there's already a way to do this.

Shougo commented 9 years ago

It is neocomplete issue. It is not neocomplcache.vim issue.

expipiplus1 commented 9 years ago

Oops! See Shougo/Neocomplete#374