cohama / lexima.vim

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

remove checking has('nvim') #99

Closed bbchung closed 3 years ago

bbchung commented 3 years ago

avoid \<cr> conflict should be applied not only in nvim

cohama commented 3 years ago

I can not remember the reason why check has('nvim')..... It looks good. Thank you.

ujihisa commented 3 years ago

Hmm, after merging this, <Cr> with popup menu stopped entering newline. I'll create an issue