vim-autoclose icon indicating copy to clipboard operation
vim-autoclose copied to clipboard

Incompability with neocomplcache plugin

Open waiting-for-dev opened this issue 12 years ago • 1 comments

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.

waiting-for-dev avatar May 02 '13 08:05 waiting-for-dev

For those with the same issue, consider using https://github.com/jiangmiao/auto-pairs instead of vim-autoclose. The incompatibility with neocomplcache disappears..

waiting-for-dev avatar Oct 14 '13 07:10 waiting-for-dev