fakevim: compile fix

Change-Id: I9b82afa882845e9a3d251619ad87fe18343b6a7a
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2012-11-22 10:27:27 +01:00
parent be443b8edb
commit bfd5519caf

View File

@@ -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')) {