Skip to content

Commit 6be154f

Browse files
committed
runtime(doc): revert wrong 'incsearch' description
This reverts commit 3fc00c0. related: #18639 Signed-off-by: Christian Brabandt <[email protected]>
1 parent e06e70f commit 6be154f

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

runtime/doc/options.txt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim version 9.1. Last change: 2025 Oct 26
1+
*options.txt* For Vim version 9.1. Last change: 2025 Oct 28
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -5124,10 +5124,9 @@ A jump table for the options with a short description can be found at |Q_op|.
51245124
{not available when compiled without the
51255125
|+extra_search| features}
51265126
While typing a search command, show where the pattern, as it was typed
5127-
so far, matches (ignoring {offset} and {address} modifiers). The
5128-
matched string is highlighted. If the pattern is invalid or not
5129-
found, nothing is shown. The screen will be updated often, this is
5130-
only useful on fast terminals.
5127+
so far, matches. The matched string is highlighted. If the pattern
5128+
is invalid or not found, nothing is shown. The screen will be updated
5129+
often, this is only useful on fast terminals.
51315130
Also applies to the pattern in commands: >
51325131
:global
51335132
:lvimgrep

0 commit comments

Comments
 (0)