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;
|
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 == ',') {
|
||||||
|
Reference in New Issue
Block a user