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
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).
The text was updated successfully, but these errors were encountered:
As reported in #93.
In a buffer containing
with
case-fold-search
set to t , performanzu-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).The text was updated successfully, but these errors were encountered: