fakevim: compile fix

Change-Id: Idf87513c32a6d9ab12bf1f67b7165a21b852645b
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2012-10-18 12:04:31 +02:00
parent 9bbafdb506
commit ac485f3e1b

View File

@@ -3495,7 +3495,7 @@ EventResult FakeVimHandler::Private::handleCommandMode2(const Input &input)
downCase(currentRange());
else if (input.is('U'))
upCase(currentRange());
setDotCommand("%1" + input.raw(), count());
setDotCommand(input.raw(), count());
endEditBlock();
}
finishMovement();