Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

anzu-isearch-query-replace: counter is wrong #110

Open
gonewest818 opened this issue Mar 31, 2020 · 0 comments
Open

anzu-isearch-query-replace: counter is wrong #110

gonewest818 opened this issue Mar 31, 2020 · 0 comments
Labels
bug a feature isn't working

Comments

@gonewest818
Copy link
Collaborator

  1. In a buffer containing
AB ab AB ab AB ab.

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

  1. 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).

@gonewest818 gonewest818 added the bug a feature isn't working label Mar 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug a feature isn't working
Development

No branches or pull requests

1 participant