cohama / lexima.vim

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

Fix <Cr> not entering new line by default on Vim, and rename non-neovim-only var name not to scope to neovim #100

Closed ujihisa closed 3 years ago

ujihisa commented 3 years ago

This fixes https://github.com/cohama/lexima.vim/pull/99.

This changeset renames a global variable, but it doesn't destroy users' by providing implicit migration with deprecation warning, so it shouldn't hurt very much :)

cohama commented 3 years ago

I did not notice the compatibility issue. Thank you very much.

ujihisa commented 3 years ago

yw!