forked from qt-creator/qt-creator
fakevim: wrong indentation
Merge-request: 96 Reviewed-by: hjk <qtc-committer@nokia.com>
This commit is contained in:
8
src/plugins/fakevim/fakevimhandler.cpp
Normal file → Executable file
8
src/plugins/fakevim/fakevimhandler.cpp
Normal file → Executable file
@@ -796,10 +796,10 @@ void FakeVimHandler::Private::finishMovement(const QString &dotCommand)
|
|||||||
m_submode = NoSubMode;
|
m_submode = NoSubMode;
|
||||||
} else if (m_submode == DeleteSubMode) {
|
} else if (m_submode == DeleteSubMode) {
|
||||||
if (m_rangemode == RangeCharMode) {
|
if (m_rangemode == RangeCharMode) {
|
||||||
if (m_movetype == MoveInclusive)
|
if (m_movetype == MoveInclusive)
|
||||||
moveRight(); // correction
|
moveRight(); // correction
|
||||||
if (anchor() >= position())
|
if (anchor() >= position())
|
||||||
m_anchor++;
|
m_anchor++;
|
||||||
}
|
}
|
||||||
if (!dotCommand.isEmpty())
|
if (!dotCommand.isEmpty())
|
||||||
setDotCommand("d" + dotCommand);
|
setDotCommand("d" + dotCommand);
|
||||||
|
Reference in New Issue
Block a user