forked from qt-creator/qt-creator
fakevim: compile fix
Change-Id: Idf87513c32a6d9ab12bf1f67b7165a21b852645b Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -3495,7 +3495,7 @@ EventResult FakeVimHandler::Private::handleCommandMode2(const Input &input)
|
|||||||
downCase(currentRange());
|
downCase(currentRange());
|
||||||
else if (input.is('U'))
|
else if (input.is('U'))
|
||||||
upCase(currentRange());
|
upCase(currentRange());
|
||||||
setDotCommand("%1" + input.raw(), count());
|
setDotCommand(input.raw(), count());
|
||||||
endEditBlock();
|
endEditBlock();
|
||||||
}
|
}
|
||||||
finishMovement();
|
finishMovement();
|
||||||
|
Reference in New Issue
Block a user