branch: elpa/anzu
commit e3aab048b47d112cc4a8aefc9bd19a465b23e3c2
Author: Syohei YOSHIDA <[email protected]>
Commit: Syohei YOSHIDA <[email protected]>

    Disable blink-matching-paren in read 'to' string
---
 anzu.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/anzu.el b/anzu.el
index 97360dd286..e92b68e99f 100644
--- a/anzu.el
+++ b/anzu.el
@@ -503,6 +503,7 @@
         (orig-beg beg)
         (to-prompt (format "%s %s with: " prompt (query-replace-descr from)))
         (history-add-new-input nil)
+        (blink-matching-paren nil)
         timer is-input)
     (setq anzu--last-replace-input "")
     (when anzu--outside-point

Reply via email to