lifepillar / vim-mucomplete

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

Suggestions from buffer when pressing backspace #116

Closed gjunkie closed 6 years ago

gjunkie commented 6 years ago

I'm trying to figure out how this is happening. When typing I get all suggestions from my current buffer. But when I press backspace, I also get suggestions from other files buffer. How do control this behavior?

lifepillar commented 6 years ago

That's how Vim does it. It can be reproduced without MUcomplete. Turn off auto-completion if it's on, and use CTRL-X CTRL-N to trigger keyword completion. Then press backspace. You should see the behaviour you are describing.

lifepillar commented 6 years ago

See also https://github.com/lifepillar/vim-mucomplete/issues/101.