mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 16:28:17 +00:00
@@ -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|.
|
||||
]=],
|
||||
|
Reference in New Issue
Block a user