forked from qt-creator/qt-creator
fakevim: fix repetition of <count>~
Change-Id: I215959b6bb2bfb77277f4b19389d98e00d04b7d5 Reviewed-by: Lukas Holecek <hluk@email.cz> Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -3574,7 +3574,7 @@ EventResult FakeVimHandler::Private::handleCommandMode2(const Input &input)
|
||||
downCase(currentRange());
|
||||
else if (input.is('U'))
|
||||
upCase(currentRange());
|
||||
setDotCommand(input.raw(), count());
|
||||
setDotCommand(QString::fromLatin1("%1%2").arg(count()).arg(input.raw()));
|
||||
endEditBlock();
|
||||
}
|
||||
finishMovement();
|
||||
|
||||
Reference in New Issue
Block a user