mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
docs: restore accidentally removed line in :h 'ignorecase' (#25651)
This commit is contained in:
parent
85ddd0074b
commit
aa62579a68
@ -3257,6 +3257,7 @@ A jump table for the options with a short description can be found at |Q_op|.
|
||||
global
|
||||
Ignore case in search patterns, |cmdline-completion|, when
|
||||
searching in the tags file, and |expr-==|.
|
||||
Also see 'smartcase' and 'tagcase'.
|
||||
Can be overruled by using "\c" or "\C" in the pattern, see
|
||||
|/ignorecase|.
|
||||
|
||||
|
1
runtime/lua/vim/_meta/options.lua
generated
1
runtime/lua/vim/_meta/options.lua
generated
@ -3089,6 +3089,7 @@ vim.go.iconstring = vim.o.iconstring
|
||||
|
||||
--- Ignore case in search patterns, `cmdline-completion`, when
|
||||
--- searching in the tags file, and `expr-==`.
|
||||
--- Also see 'smartcase' and 'tagcase'.
|
||||
--- Can be overruled by using "\c" or "\C" in the pattern, see
|
||||
--- `/ignorecase`.
|
||||
---
|
||||
|
@ -3972,6 +3972,7 @@ return {
|
||||
desc = [=[
|
||||
Ignore case in search patterns, |cmdline-completion|, when
|
||||
searching in the tags file, and |expr-==|.
|
||||
Also see 'smartcase' and 'tagcase'.
|
||||
Can be overruled by using "\c" or "\C" in the pattern, see
|
||||
|/ignorecase|.
|
||||
]=],
|
||||
|
Loading…
Reference in New Issue
Block a user