mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-05-29 01:34:10 +02:00
Removed unneeded call to end undo tx
This commit is contained in:
parent
1bde1b42a3
commit
47f316dde1
@ -33,6 +33,5 @@ public class InsertExitModeHandler extends EditorActionHandler
|
|||||||
public void execute(Editor editor, DataContext context)
|
public void execute(Editor editor, DataContext context)
|
||||||
{
|
{
|
||||||
CommandGroups.getInstance().getChange().processEscape(editor, context);
|
CommandGroups.getInstance().getChange().processEscape(editor, context);
|
||||||
UndoManager.getInstance().endCommand(editor);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user