Townk / vim-autoclose

This plugin for Vim enable an auto-close chars feature for you. For instance if you type an '(', ``autoclose`` will automatically insert a ')' and put the cursor between than.
http://townk.github.com/vim-autoclose/
501 stars 66 forks source link

autoclose changes autocomplete behavior #53

Open spacepluk opened 11 years ago

spacepluk commented 11 years ago

More specifically: getting out of autocompletion using ESC removes the autocompleted text if autoclose is loaded.

diegoguimaraes commented 10 years ago

+1 for this issue. It really happens.

tsujigiri commented 10 years ago

Yes, really!

Currently I explicitly type the closing bracket/quote to get out of the autocomplete and keep the completed text.

Fity commented 9 years ago

+1 for this issue. And it will enter insert mode after ESC.

lacombar commented 9 years ago

Same behavior here, seen with YouCompleteMe.