fakevim: fix typo

This commit is contained in:
hjk
2009-05-05 08:46:24 +02:00
parent daa4fd831a
commit ed853ee42b
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -908,7 +908,7 @@ EventResult FakeVimHandler::Private::handleCommandMode(int key, int unmodified,
setAnchor();
moveDown(count() - 1);
m_moveType = MoveLineWise;
setDotCommand("%1>>", count());
setDotCommand("%1==", count());
finishMovement();
} else if (m_submode == ZSubMode) {
//qDebug() << "Z_MODE " << cursorLineInDocument() << linesOnScreen();
+2 -2
View File
@@ -76,10 +76,10 @@ uint qHash(const double & f)
}
class Foo
class Foo
{
public:
Foo(int i=0)
Foo(int i = 0)
: a(i), b(2)
{
int s = 1;