fakevim: fix repeating <count>s

This commit is contained in:
hjk
2009-08-20 10:21:35 +02:00
parent 6a20960cad
commit d774393a86

View File

@@ -1446,7 +1446,7 @@ EventResult FakeVimHandler::Private::handleCommandMode(int key, int unmodified,
moveRight(qMin(count(), rightDist())); moveRight(qMin(count(), rightDist()));
yankSelectedText(); yankSelectedText();
removeSelectedText(); removeSelectedText();
setDotCommand("s"); // setDotCommand("%1s", count()); setDotCommand("%1s", count());
m_opcount.clear(); m_opcount.clear();
m_mvcount.clear(); m_mvcount.clear();
enterInsertMode(); enterInsertMode();