Skip to content

Commit 794c304

Browse files
committed
runtime(doc): clarify incsearch feature and typed chars
fixes: #19886 Signed-off-by: Christian Brabandt <cb@256bit.org>
1 parent 8d23fcb commit 794c304

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

runtime/doc/options.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim version 9.2. Last change: 2026 Apr 03
1+
*options.txt* For Vim version 9.2. Last change: 2026 Apr 06
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -5212,7 +5212,8 @@ A jump table for the options with a short description can be found at |Q_op|.
52125212
command line has no uppercase characters, the added character is
52135213
converted to lowercase.
52145214
CTRL-R CTRL-W can be used to add the word at the end of the current
5215-
match, excluding the characters that were already typed.
5215+
match, excluding the characters that were already typed (starting from
5216+
the beginning of the word).
52165217
NOTE: This option is reset when 'compatible' is set.
52175218

52185219
*'indentexpr'* *'inde'*

0 commit comments

Comments
 (0)