lifepillar / vim-mucomplete

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

Don't be silenced <Plug>(MUcompleteTry) #79

Closed tanrax closed 6 years ago

tanrax commented 6 years ago

For bug reports only, please provide the following details:

If your problem has to do with specific completion methods, please provide the output of the relevant settings (choose all that apply):

screen shot 2017-12-15 at 15 49 46

screen shot 2017-12-15 at 15 59 13

lifepillar commented 6 years ago

Can you reproduce the issue if you put your settings in µcomplete's troubleshooting_vimrc.vim? If so, what does :verbose imap <c-r> print? It might be a conflict with another plugin.

lifepillar commented 6 years ago

Btw, not sure what you are trying to do with this line:

inoremap <silent> <plug>(MUcompleteTry) <c-b>

You are not supposed to change that plug.

tanrax commented 6 years ago

You're right, there is a conflicting plugin. vim-paste-easy Many thanks and congratulations for your wonderful plugin