mirror of
https://github.com/neovim/neovim.git
synced 2026-01-04 10:26:42 +10:00
vim-patch:6be154f: runtime(doc): revert wrong 'incsearch' description
This reverts commit 3fc00c05fb464d3e806df53bdc1743faa337ddca.
related: vim/vim#18639
6be154f5e6
Co-authored-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
7
runtime/lua/vim/_meta/options.lua
generated
7
runtime/lua/vim/_meta/options.lua
generated
@@ -3565,10 +3565,9 @@ vim.bo.includeexpr = vim.o.includeexpr
|
||||
vim.bo.inex = vim.bo.includeexpr
|
||||
|
||||
--- While typing a search command, show where the pattern, as it was typed
|
||||
--- so far, matches (ignoring {offset} and {address} modifiers). The
|
||||
--- matched string is highlighted. If the pattern is invalid or not
|
||||
--- found, nothing is shown. The screen will be updated often, this is
|
||||
--- only useful on fast terminals.
|
||||
--- so far, matches. The matched string is highlighted. If the pattern
|
||||
--- is invalid or not found, nothing is shown. The screen will be updated
|
||||
--- often, this is only useful on fast terminals.
|
||||
--- Note that the match will be shown, but the cursor will return to its
|
||||
--- original position when no match is found and when pressing <Esc>. You
|
||||
--- still need to finish the search command with <Enter> to move the
|
||||
|
||||
Reference in New Issue
Block a user