branch: elpa/anzu
commit 4f024cd623420c65ae02c1425348532dab23bea5
Author: Syohei YOSHIDA <[email protected]>
Commit: Syohei YOSHIDA <[email protected]>
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 ()