Question

As soon as I enable neocomplete in my .vimrc

let g:neocomplcache_enable_at_startup = 1      

I keep getting

NORMAL › +1 ~2 -281 › 1:.vimrc
1:.vimrc
1:.vimrc
Press ENTER or type command to continue

Message every time I open a file. How can I get rid of that "Press Enter" message after enabling neocomplete?

Était-ce utile?

La solution

I think you are confusing this setting with the previous fuzzy search program called neocomplcache. Try this setting if you are using neocomplete and not neocomplcance:

let g:neocomplete#enable_at_startup = 1

Regards

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top