fix #24699
fix #25253
This commit is contained in:
Justin M. Keyes
2023-09-20 04:15:23 -07:00
committed by GitHub
parent 50d5fcc0bc
commit 1b55f51d0d
18 changed files with 160 additions and 145 deletions

View File

@@ -3938,9 +3938,8 @@ return {
cb = 'did_set_ignorecase',
defaults = { if_true = false },
desc = [=[
Ignore case in search patterns. Also used when searching in the tags
file.
Also see 'smartcase' and 'tagcase'.
Ignore case in search patterns, completion, and when searching the tags file.
See also 'smartcase' and 'tagcase'.
Can be overruled by using "\c" or "\C" in the pattern, see
|/ignorecase|.
]=],