1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-05-05 09:34:03 +02:00

Removed unneeded call to end undo tx

This commit is contained in:
rmaddy 2003-04-20 19:25:23 +00:00
parent 1bde1b42a3
commit 47f316dde1

View File

@ -33,6 +33,5 @@ public class InsertExitModeHandler extends EditorActionHandler
public void execute(Editor editor, DataContext context)
{
CommandGroups.getInstance().getChange().processEscape(editor, context);
UndoManager.getInstance().endCommand(editor);
}
}