You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 16, 2019. It is now read-only.
Inappropriate auto-close behavior if cursor is moved in INSERT mode.
When cursor is moved and
ESC
pressed,vim-autoclose
adds quote"
at wrong position.To reproduce this issue, first add a kep mapping to move cursor:
This let
<C-k>
to jump to the first column of the current line.Type:
Till now it is correct and results in:
Press
<C-k>
and then<ESC>
. It goes to column 1 and completes quote"
in a wrong place:And I found that disabling
AutoClosePreserveDotReg
fixes this issue. But I do not know if there is any side effect with this:@spidernetlabs found this issue with both this plugin and xptemplate enabled.
The text was updated successfully, but these errors were encountered: