forked from qt-creator/qt-creator
fakevim: fix typo
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user