lifepillar / vim-mucomplete

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

It does not close the info buffer #132

Closed gerroon closed 5 years ago

gerroon commented 5 years ago

Hi

It seems the like info buffer about classes is not turned off when the completion is entered, like when no completion list is available, the window is still open. It is a bit of drag since I have to move to the buffer and delete it manually.

I am using it with Python files, on Win x64 10

thanks

lifepillar commented 5 years ago

Are you using some Python autocompletion plugin, such as jedi-vim? Have you tried a minimal setup based on troubleshooting_vimrc.vim (in MUcomplete's folder)? What happens if you turn autocompletion off (:MUcompleteAutoOff) and try to manually complete by typing CTRL-X CTRL-O? Please post the relevant configuration, otherwise is next to impossible to debug this.

gerroon commented 5 years ago

Thanks, I will try to test the options you mentioned.

lifepillar commented 5 years ago

Closing for lack of feedback. Feel free to reopen if you think that this is a MUcomplete issue.