Skip to content

Port the (trivial) uses of QRegExp in normal vimode to QRegularExpression

These QRegExp were used as arguments in e.g. QString::indexOf which made porting them very simple.

Merge request reports