mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-27 11:09:52 +00:00
Fix anzu.
This commit is contained in:
parent
7e8a09765e
commit
b2285954c6
1 changed files with 1 additions and 1 deletions
|
@ -678,10 +678,10 @@ lines are selected, or the NxM dimensions of a block selection."
|
||||||
"Show the match index and total number thereof.
|
"Show the match index and total number thereof.
|
||||||
Require `anzu', also `evil-anzu' if using `evil-mode'
|
Require `anzu', also `evil-anzu' if using `evil-mode'
|
||||||
for compatibility with `evil-search'."
|
for compatibility with `evil-search'."
|
||||||
|
(setq anzu-cons-mode-line-p nil)
|
||||||
(when (and (featurep 'anzu)
|
(when (and (featurep 'anzu)
|
||||||
anzu--state
|
anzu--state
|
||||||
(not (bound-and-true-p iedit-mode)))
|
(not (bound-and-true-p iedit-mode)))
|
||||||
(setq anzu-cons-mode-line-p nil)
|
|
||||||
(propertize
|
(propertize
|
||||||
(let ((here anzu--current-position)
|
(let ((here anzu--current-position)
|
||||||
(total anzu--total-matched))
|
(total anzu--total-matched))
|
||||||
|
|
Loading…
Reference in a new issue