fakevim: set target column after search operation

This commit is contained in:
hjk
2010-04-20 15:24:36 +02:00
parent 307eda415d
commit e94b6d95a6

View File

@@ -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)