1
0
Fork 0
mirror of https://github.com/correl/doom-modeline.git synced 2025-03-25 09:15:39 -09:00

Reset anzu state when isearch is done.

This commit is contained in:
Vincent Zhang 2018-10-18 02:27:14 +08:00
parent e168c719da
commit 1fd66c449c

View file

@ -365,7 +365,7 @@ active.")
;; anzu--last-isearch-string anzu--overflow-p))
;; Ensure anzu state is cleared when searches & iedit are done
;; (add-hook 'isearch-mode-end-hook #'anzu--reset-status t)
(add-hook 'isearch-mode-end-hook #'anzu--reset-status t)
;; (add-hook '+evil-esc-hook #'anzu--reset-status t)
(add-hook 'iedit-mode-end-hook #'anzu--reset-status)