lifepillar / vim-mucomplete

Chained completion that works the way you want!
MIT License
912 stars 18 forks source link

Is there a way to confirm manually? #169

Closed tianyi21 closed 4 years ago

tianyi21 commented 4 years ago

I am working with CSS and sometime for example I type something, basically define something new, mucomplete automatically confirms an existing word which stops me from creating new variables which is quite annoying. I did not find a way other than disabled it completely. Thanks!

lifepillar commented 4 years ago

What's the value of :set completeopt? Does it contain longest? If so, try:

set completeopt-=longest

If that does not solve your issue, please read :help mucomplete-troubleshooting. In particular, add minimal settings to troubleshooting-vimrc.vim (in MUcomplete's folder) then run Vim with vim -u troubleshooting-vimrc.vim. If you can still reproduce your issue, please post the relevant configuration.

tianyi21 commented 4 years ago

Thanks it works. Seems I used the python setting for everything. :D