forked from qt-creator/qt-creator
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user