Skip to content

Port remaining uses of QRegExp in src/vimode into QRegularExpression

The Changes were mostly QRegExp::[last]indexIn -> QString::[last]indexOf.

I have only done light testing (+the autotests) and so far I haven't found any regressions.

Merge request reports