emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/anzu 4f024cd623 081/288: Clear last input cache after isea


From: ELPA Syncer
Subject: [nongnu] elpa/anzu 4f024cd623 081/288: Clear last input cache after isearch command
Date: Thu, 6 Jan 2022 03:58:42 -0500 (EST)

branch: elpa/anzu
commit 4f024cd623420c65ae02c1425348532dab23bea5
Author: Syohei YOSHIDA <syohex@gmail.com>
Commit: Syohei YOSHIDA <syohex@gmail.com>

    Clear last input cache after isearch command
    
    This causes problem when using isearch-repeat-{forward,backward}
---
 anzu.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/anzu.el b/anzu.el
index 0ce325c7cd..2c28a6d82e 100644
--- a/anzu.el
+++ b/anzu.el
@@ -206,6 +206,7 @@
   (setq anzu--total-matched 0
         anzu--current-posion 0
         anzu--last-command nil
+        anzu--last-isearch-string nil
         anzu--overflow-p nil))
 
 (defun anzu--reset-mode-line ()



reply via email to

[Prev in Thread] Current Thread [Next in Thread]