fakevim: update mini buffer after 'A' to indicate change to INSERT mode

Merge-request: 96
Reviewed-by: hjk <qtc-committer@nokia.com>
This commit is contained in:
Martin Aumüller
2010-01-05 18:42:24 +01:00
committed by hjk
parent d13f0bb2ce
commit 833a266319

View File

@@ -1251,6 +1251,7 @@ EventResult FakeVimHandler::Private::handleCommandMode(int key, int unmodified,
moveToEndOfLine();
setDotCommand("A");
m_lastInsertion.clear();
updateMiniBuffer();
} else if (key == control('a')) {
// FIXME: eat it to prevent the global "select all" shortcut to trigger
} else if (key == 'b') {