Skip to content

evil-search: show match count when using isearch#1992

Open
natto1784 wants to merge 1 commit intoemacs-evil:masterfrom
natto1784:isearch-lazy-count
Open

evil-search: show match count when using isearch#1992
natto1784 wants to merge 1 commit intoemacs-evil:masterfrom
natto1784:isearch-lazy-count

Conversation

@natto1784
Copy link
Copy Markdown

@natto1784 natto1784 commented Oct 19, 2025

Use isearch-lazy-count-format to get the prefix and suffix formats.

Note that this has two requirements:

  • isearch-lazy-count-format must be called after isearch-lazy-highlight-update so that the current count is updated.
  • isearch-lazy-count-format must be called before going to beginning of the match using goto-char.

Closes #1292

Use isearch-lazy-count-format to get the prefix and suffix formats.

Note that this has two requirements:
- isearch-lazy-count-format must be called after
  isearch-lazy-highlight-update so that the current count is updated.
- isearch-lazy-count-format must be called before going to beginning
  of the match using goto-char.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature Request] evil-search with the number of matches prompt

1 participant