fakevim: fix typo

This commit is contained in:
hjk
2009-05-05 08:46:24 +02:00
parent daa4fd831a
commit ed853ee42b
2 changed files with 3 additions and 3 deletions

View File

@@ -908,7 +908,7 @@ EventResult FakeVimHandler::Private::handleCommandMode(int key, int unmodified,
setAnchor();
moveDown(count() - 1);
m_moveType = MoveLineWise;
setDotCommand("%1>>", count());
setDotCommand("%1==", count());
finishMovement();
} else if (m_submode == ZSubMode) {
//qDebug() << "Z_MODE " << cursorLineInDocument() << linesOnScreen();