mirror of
https://github.com/neovim/neovim.git
synced 2026-06-05 11:34:16 +00:00
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:
@@ -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 "")
|
||||
|
||||
3
runtime/lua/vim/_meta/options.lua
generated
3
runtime/lua/vim/_meta/options.lua
generated
@@ -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
|
||||
|
||||
@@ -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' },
|
||||
|
||||
Reference in New Issue
Block a user