vim-patch:794c304: runtime(doc): clarify incsearch feature and typed chars (#38830)

fixes: vim/vim#19886

794c304479

Co-authored-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
zeertzjq
2026-04-07 06:22:45 +08:00
committed by GitHub
parent 9d6453b771
commit b36eafd5da
3 changed files with 6 additions and 3 deletions

View File

@@ -3701,7 +3701,8 @@ A jump table for the options with a short description can be found at |Q_op|.
command line has no uppercase characters, the added character is
converted to lowercase.
CTRL-R CTRL-W can be used to add the word at the end of the current
match, excluding the characters that were already typed.
match, excluding the characters that were already typed (starting from
the beginning of the word).
*'indentexpr'* *'inde'*
'indentexpr' 'inde' string (default "")

View File

@@ -3571,7 +3571,8 @@ vim.bo.inex = vim.bo.includeexpr
--- command line has no uppercase characters, the added character is
--- converted to lowercase.
--- CTRL-R CTRL-W can be used to add the word at the end of the current
--- match, excluding the characters that were already typed.
--- match, excluding the characters that were already typed (starting from
--- the beginning of the word).
---
--- @type boolean
vim.o.incsearch = true

View File

@@ -4704,7 +4704,8 @@ local options = {
command line has no uppercase characters, the added character is
converted to lowercase.
CTRL-R CTRL-W can be used to add the word at the end of the current
match, excluding the characters that were already typed.
match, excluding the characters that were already typed (starting from
the beginning of the word).
]=],
full_name = 'incsearch',
scope = { 'global' },