fakevim: fix repeating <count>s

(cherry picked from commit d774393a86)
This commit is contained in:
hjk
2009-08-20 10:21:35 +02:00
committed by con
parent 5473aa3bf0
commit d46b30a242

View File

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