fakevim: make 'c$' repeatable with '.'

This commit is contained in:
Martin Aumueller
2009-02-16 22:44:27 +01:00
parent d5f3c585ba
commit bd29664c8c

View File

@@ -873,7 +873,7 @@ bool FakeVimHandler::Private::handleCommandMode(int key, int unmodified,
int submode = m_submode; int submode = m_submode;
moveToEndOfLine(); moveToEndOfLine();
m_moveType = MoveExclusive; m_moveType = MoveExclusive;
finishMovement(); finishMovement("$");
if (submode == NoSubMode) if (submode == NoSubMode)
m_desiredColumn = -1; m_desiredColumn = -1;
} else if (key == ',') { } else if (key == ',') {