mirror of
https://github.com/vale981/doom-modeline
synced 2025-03-05 09:21:38 -05:00
inhibit bogus cursor jump.
This commit is contained in:
parent
f6584d45b3
commit
0f885d6fcd
1 changed files with 2 additions and 2 deletions
|
@ -1121,7 +1121,7 @@ Requires `anzu', also `evil-anzu' if using `evil-mode' for compatibility with
|
|||
(propertize
|
||||
(let ((this-oc (or (let ((inhibit-message t))
|
||||
(iedit-find-current-occurrence-overlay))
|
||||
(progn (iedit-prev-occurrence)
|
||||
(save-excursion (iedit-prev-occurrence)
|
||||
(iedit-find-current-occurrence-overlay))))
|
||||
(length (length iedit-occurrences-overlays)))
|
||||
(format " %s/%d "
|
||||
|
|
Loading…
Add table
Reference in a new issue