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

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

[nongnu] elpa/anzu 3e34fb3df5 279/288: update anzu--use-result-cache-p a


From: ELPA Syncer
Subject: [nongnu] elpa/anzu 3e34fb3df5 279/288: update anzu--use-result-cache-p as in PR #93
Date: Thu, 6 Jan 2022 03:59:00 -0500 (EST)

branch: elpa/anzu
commit 3e34fb3df53c0c68e842fa179c327a7395d1901d
Author: Neil Okamoto <neil.okamoto@gmail.com>
Commit: Neil Okamoto <neil.okamoto@gmail.com>

    update anzu--use-result-cache-p as in PR #93
    
    Overlooked this change in the sequence of merge/revert/re-apply
---
 anzu.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/anzu.el b/anzu.el
index 1a0663a0f3..8587fd4ad8 100644
--- a/anzu.el
+++ b/anzu.el
@@ -235,7 +235,8 @@
 (defun anzu--use-result-cache-p (input)
   (and (eq (anzu--isearch-regexp-function) (car anzu--last-search-state))
        (eq isearch-regexp (cdr anzu--last-search-state))
-       (string= input anzu--last-isearch-string)))
+       (string= input anzu--last-isearch-string)
+       (not (eq last-command 'isearch-toggle-case-fold))))
 
 (defun anzu--update (query)
   (when (>= (length query) anzu-minimum-input-length)



reply via email to

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