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
The default behavior in Vim when exiting (esc) from insert state to normal state, is that the cursor moves back.
This causes the evil-mc cursors to become unaligned, when the real or a fake cursor is at the beginning of a line.
[a]bc
|abc
[a]bc
esc moves back the cursors that are not at the beginning of their lines
esc
unaligns the cursors when the real cursor is on the first column, but at least one fake cursor is not.Reproduction steps
With multiple words in a buffer.
and at least one word is indented.
grm
The cursors appear at the end of the words.
b
i
esc
Observed
The fake cursors moved to the left once.
They are now unaligned with the real cursor.
Expected
The cursors should remain aligned.
System Info
evil-mc-20210730.1752
GNU Emacs 27.2 (build 1, x86_64-w64-mingw32) of 2021-03-26
Windows 21H1
The text was updated successfully, but these errors were encountered: