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
Click confused 😕 on this issue if not having it makes VSCodeVim unusable.
The VSCodeVim team prioritizes issues based on reaction count.
Is this a BUG REPORT or FEATURE REQUEST? (choose one): Bug Report
Environment:
VSCode Version: 1.17.2
VsCodeVim Version: 0.10.2
OS: Ubuntu 17.10, Windows 10
What happened:
Switching to a split window and performing an undo undoes all the previous actions in the other split.
What did you expect to happen:
Only the most recent action should have be undone. Instead, that action, plus all the actions that occurred in the other split, were undone. In the example below, only the insertion of garply should have been undone; instead, that plus all the other insertions in the other split (bar and baz) were undone.
How to reproduce it:
Open a new, untitled file
Ctrl-\ to split the window
Insert text and return to normal mode: ifoo^[
Switch to other split: ^W^W
Perform multiple actions (e.g. multiple text inserts): obar^[obaz^[
Switch back to first split: ^W^W
Insert text: ogarply^[
Undo: u
The text was updated successfully, but these errors were encountered:
The VSCodeVim team prioritizes issues based on reaction count.
Is this a BUG REPORT or FEATURE REQUEST? (choose one): Bug Report
Environment:
What happened:
Switching to a split window and performing an undo undoes all the previous actions in the other split.
What did you expect to happen:
Only the most recent action should have be undone. Instead, that action, plus all the actions that occurred in the other split, were undone. In the example below, only the insertion of
garply
should have been undone; instead, that plus all the other insertions in the other split (bar
andbaz
) were undone.How to reproduce it:
Ctrl-\
to split the windowifoo^[
^W^W
obar^[obaz^[
^W^W
ogarply^[
u
The text was updated successfully, but these errors were encountered: