cohama / lexima.vim

Auto close parentheses and repeat by dot dot dot...
995 stars 46 forks source link

neovim: rightside expansion get deleted after <ESC> #68

Closed panders23 closed 7 years ago

panders23 commented 7 years ago

On current neovim-git expansions get deleted after pressing _g:lexima_mapescape. Everything seems to work fine with the same configuration on vim8.

peek

Versions:

cohama commented 7 years ago

I found out this issue is caused by neovim's bug (neovim/neovim#6521)

cohama commented 7 years ago

The bug is fixed in upstream neovim. Please try again with the latest neovim.

panders23 commented 7 years ago

Ok, everything seems to work fine. Thank you