fakevim: fix . after A and D in command mode

This commit is contained in:
hjk
2009-06-11 17:22:37 +02:00
parent 6077d20b96
commit 30e78c686b
2 changed files with 2 additions and 0 deletions

View File

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