[vim] can't repeat insert mode changes after vA #2894
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
error is thrown because
selectionEndis undefined in enterInsertModeTo test this add
at the end of A_visual_block test.
Sorry for taking so long to get to this. I added a quick fix
2b8106fto make vim fail more gracefully so that it doesn't hang when this happens, but doesn't address the root issue.The correct end result should actually be
Which is not trivial to get right... I'm going to think more on this before attempting a real fix.