Closed josefson closed 7 years ago
Have you mapped <tab>
in you vimrc
? If not, check for other plugins loaded before µcomplete, which map <tab>
. Can you work around the error by defining a different completion mapping? E.g.,
imap <c-j> <plug>(MUcompleteFwd)
Sorry, i had supertab activated. And i think it used to work with it before so i got confused. Anyway, i'm closing this, and i apologize for the confusion
And i think it used to work with it before so i got confused
Correct, the check for the uniqueness of mappings has been added to master very recently, precisely to avoid situations like that (µcomplete silently overriding a mapping from another plugin) going undetected.