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-query-replace: counter is incorrect for uppercase search query #108

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

Comments

@gonewest818
Copy link
Collaborator

gonewest818 commented Mar 31, 2020

As reported in #93.

In a buffer containing

AB ab AB ab AB ab.

with case-fold-search set to t , perform anzu-query-replace "AB" to "CD". The search correctly offers to replace each of the three instances of "AB", but in doing so the anzu counter reads (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