Actions
Optimization #7967
closedmodify: all rules subject to modification are counted as modified, even if not modified
Description
For example:
re:.* "foobar" "barfoo"
Will count every rule as modified as the matcher part (
.*
) matches every rule.
Instead, it makes much more sense to count the number of rules that were modified, that is, where the rule after running the replacement, is actually modified.
Actions