Revert "FakeVim: Focus current editor before handling command line command"

This reverts commit 316f15cb3b6ce8aedaaee5a954da9d99b1090350

Wrong branch, should be master.

Change-Id: I700e8802300b8e1e093f73ea11e07c4cdb03b81a
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
hjk
2013-04-29 08:23:31 +02:00
parent 12d1a184b1
commit feeff29f22

View File

@@ -4376,7 +4376,6 @@ EventResult FakeVimHandler::Private::handleExMode(const Input &input)
// FIXME: Complete actual commands.
g.commandBuffer.historyUp();
} else if (input.isReturn()) {
editor()->focus();
showMessage(MessageCommand, g.commandBuffer.display());
handleExCommand(g.commandBuffer.contents());
g.commandBuffer.clear();