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

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

[nongnu] elpa/evil-anzu cb42ec7d77 03/27: remove anzu status when evil-f


From: ELPA Syncer
Subject: [nongnu] elpa/evil-anzu cb42ec7d77 03/27: remove anzu status when evil-flash-hook is called
Date: Thu, 6 Jan 2022 03:59:30 -0500 (EST)

branch: elpa/evil-anzu
commit cb42ec7d7794b3fe092d5be2f03b6a7dd26986fd
Author: Syohei YOSHIDA <syohex@gmail.com>
Commit: Syohei YOSHIDA <syohex@gmail.com>

    remove anzu status when evil-flash-hook is called
---
 evil-anzu.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/evil-anzu.el b/evil-anzu.el
index 0d653ccab2..c051219f2d 100644
--- a/evil-anzu.el
+++ b/evil-anzu.el
@@ -100,6 +100,9 @@
 (define-globalized-minor-mode global-evil-anzu-mode evil-anzu-mode 
evil-anzu--turn-on
   :group 'evil-anzu)
 
+(defadvice evil-flash-hook (after reset-anzu-information activate)
+  (anzu--reset-status))
+
 (defadvice evil-search (before reset-anzu-information activate)
   (anzu--reset-status))
 



reply via email to

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