vim-autoclose
vim-autoclose copied to clipboard
Incompability with neocomplcache plugin
Following issue in neocomplcache repository describes the problem:
https://github.com/Shougo/neocomplcache/issues/350
Basically, there is a mapping in vim-autoclose forcing neocomplcache users to press twice Esc key to go to normal mode when a pop up windows is open. I suppose it is not a bug because they are two different projects, but it will be great if both plugins can work together.
For those with the same issue, consider using https://github.com/jiangmiao/auto-pairs instead of vim-autoclose. The incompatibility with neocomplcache disappears..