diff options
Diffstat (limited to 'src/nvim/options.lua')
-rw-r--r-- | src/nvim/options.lua | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/nvim/options.lua b/src/nvim/options.lua index 3221e5b6e9..2a1c76fd9a 100644 --- a/src/nvim/options.lua +++ b/src/nvim/options.lua @@ -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|. ]=], |