forked from qt-creator/qt-creator
fakevim: set target column after search operation
This commit is contained in:
@@ -3148,6 +3148,7 @@ void FakeVimHandler::Private::search(const QString &needle0, bool forward,
|
||||
selections.append(sel);
|
||||
emit q->selectionChanged(selections);
|
||||
}
|
||||
setTargetColumn();
|
||||
}
|
||||
|
||||
void FakeVimHandler::Private::highlightMatches(const QString &needle0)
|
||||
|
Reference in New Issue
Block a user