You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Perform an isearch-forward for "ab" and the counter correctly shows 6 matches.
Then perform an anzu-isearch-query-replace "ab" to "cd" and the counter shows 3 total matches but offers to replace 6 strings, (1/3), (2/3), (3/3), (4/3), (5/3), (6/3).
In the same buffer perform isearch-forward for "AB" and the counter correctly shows 3 matches.
Then perform anzu-isearch-query-replace "AB" to "cd" and the three "AB" strings are replaced but the counter shows (1/3), (3/3), (5/3).
The text was updated successfully, but these errors were encountered:
Perform an
isearch-forward
for "ab" and the counter correctly shows 6 matches.Then perform an
anzu-isearch-query-replace
"ab" to "cd" and the counter shows 3 total matches but offers to replace 6 strings, (1/3), (2/3), (3/3), (4/3), (5/3), (6/3).isearch-forward
for "AB" and the counter correctly shows 3 matches.Then perform
anzu-isearch-query-replace
"AB" to "cd" and the three "AB" strings are replaced but the counter shows (1/3), (3/3), (5/3).The text was updated successfully, but these errors were encountered: