Skip to content

Commit

Permalink
Revert change in ecf1d32 breaking anzu in modeline
Browse files Browse the repository at this point in the history
  • Loading branch information
sfavazza authored and smile13241324 committed Aug 28, 2023
1 parent dffa67a commit b86a074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layers/+spacemacs/spacemacs-evil/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
(when anzu--state
(let ((status
(cl-case anzu--state
(cl-search (format "(%s/%d%s)"
(search (format "(%s/%d%s)"
(anzu--format-here-position here total)
total (if anzu--overflow-p "+" "")))
(replace-query (format "(%d replace)" total))
Expand Down

0 comments on commit b86a074

Please sign in to comment.