forked from qt-creator/qt-creator
fakevim: compile fix
Change-Id: I9b82afa882845e9a3d251619ad87fe18343b6a7a Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -3457,10 +3457,10 @@ bool FakeVimHandler::Private::handleNoSubMode(const Input &input)
|
||||
const int pos = position();
|
||||
beginEditBlock();
|
||||
if (m_submode == NoSubMode)
|
||||
joinLines(count, m_gflag);
|
||||
joinLines(count(), m_gflag);
|
||||
endEditBlock();
|
||||
setPosition(pos);
|
||||
setDotCommand("%1J", count);
|
||||
setDotCommand("%1J", count());
|
||||
} else if (input.isControl('l')) {
|
||||
// screen redraw. should not be needed
|
||||
} else if (input.is('m')) {
|
||||
|
||||
Reference in New Issue
Block a user