vim-patch:6be154f: runtime(doc): revert wrong 'incsearch' description

This reverts commit 3fc00c05fb464d3e806df53bdc1743faa337ddca.

related: vim/vim#18639

6be154f5e6

Co-authored-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
zeertzjq
2025-10-29 07:20:23 +08:00
parent c2781d3db3
commit ee60bf6112
3 changed files with 9 additions and 12 deletions

View File

@@ -3565,10 +3565,9 @@ vim.bo.includeexpr = vim.o.includeexpr
vim.bo.inex = vim.bo.includeexpr
--- While typing a search command, show where the pattern, as it was typed
--- so far, matches (ignoring {offset} and {address} modifiers). The
--- matched string is highlighted. If the pattern is invalid or not
--- found, nothing is shown. The screen will be updated often, this is
--- only useful on fast terminals.
--- so far, matches. The matched string is highlighted. If the pattern
--- is invalid or not found, nothing is shown. The screen will be updated
--- often, this is only useful on fast terminals.
--- Note that the match will be shown, but the cursor will return to its
--- original position when no match is found and when pressing <Esc>. You
--- still need to finish the search command with <Enter> to move the