cohama / lexima.vim

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

= setpos ('.', [0, 1, 1, 0])? '': '' appears in the command line when exiting insert mode #127

Closed jpasquier closed 2 years ago

jpasquier commented 2 years ago

Hi,

Thank you for the plugin.

If the option noshowmode is active, then = setpos ('.', [0, 1, 1, 0])? '': '' appears in the command line when exiting insert mode.

I use neovim 0.4.4 with vim-plug. I get the same issue with the last version (0.6.1).

Minimal init.vim:

set noshowmode
call plug#begin('~/.local/share/nvim/plugged')
Plug 'cohama/lexima.vim'
call plug#end()

Steps to reproduce: open a blank file, enter insert mode, leave insert mode.

It's not a big deal, just a little visual annoyance.

Best regards

cohama commented 2 years ago

Thank you for reporting. I have just fixed.