forked from qt-creator/qt-creator
fakevim: make 'c$' repeatable with '.'
This commit is contained in:
@@ -873,7 +873,7 @@ bool FakeVimHandler::Private::handleCommandMode(int key, int unmodified,
|
||||
int submode = m_submode;
|
||||
moveToEndOfLine();
|
||||
m_moveType = MoveExclusive;
|
||||
finishMovement();
|
||||
finishMovement("$");
|
||||
if (submode == NoSubMode)
|
||||
m_desiredColumn = -1;
|
||||
} else if (key == ',') {
|
||||
|
Reference in New Issue
Block a user