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#smart_close_popup error when i try to use backspace key #379

Closed T0kumei-N0 closed 11 years ago

T0kumei-N0 commented 11 years ago

Here is the errors that come up that do not allow me to use my BS key E117: Unknown function: neocomplcache#smart_close_popup
E15: Invalid expression: neocomplcache#smart_close_popup()."^H"

any help on this?

Shougo commented 11 years ago

I think your neocomplcache installation was wrong. neocomplcache was not loaded.

T0kumei-N0 commented 11 years ago

any idea on how to get it to work. i used your shougo-s-github vimrc, you think that might be the problem?

Shougo commented 11 years ago

i used your shougo-s-github vimrc, you think that might be the problem?

I think you don't install neocomplcache.

T0kumei-N0 commented 11 years ago

Shougo Just wanted to say that thank you for your hard work over the years really made my "vim" life a whole lot better. I also got the neocomplacache to work. The problem was just what you said it was.. thank's again buddy