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:
hjk
2012-10-25 01:05:50 +02:00
parent 0519da1661
commit 908ae71092

View File

@@ -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();