docs: restore accidentally removed line in :h 'ignorecase' (#25651)

This commit is contained in:
zeertzjq 2023-10-15 09:05:27 +08:00 committed by GitHub
parent 85ddd0074b
commit aa62579a68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View File

@ -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|.

View File

@ -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`.
---

View File

@ -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|.
]=],