mirror of
https://github.com/neovim/neovim.git
synced 2026-04-18 21:40:45 +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:
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
|
||||
|
||||
Reference in New Issue
Block a user