diff options
author | zeertzjq <zeertzjq@outlook.com> | 2023-10-15 09:05:27 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-15 09:05:27 +0800 |
commit | aa62579a684277d86b1f4a7588464e0ec4227b94 (patch) | |
tree | e6135bf259e99e9bbc87f985b32a6fa6125928f3 /runtime/lua/vim/_meta/options.lua | |
parent | 85ddd0074b71d006746cb298e73e6ba2f5a52541 (diff) | |
download | rneovim-aa62579a684277d86b1f4a7588464e0ec4227b94.tar.gz rneovim-aa62579a684277d86b1f4a7588464e0ec4227b94.tar.bz2 rneovim-aa62579a684277d86b1f4a7588464e0ec4227b94.zip |
docs: restore accidentally removed line in :h 'ignorecase' (#25651)
Diffstat (limited to 'runtime/lua/vim/_meta/options.lua')
-rw-r--r-- | runtime/lua/vim/_meta/options.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/lua/vim/_meta/options.lua b/runtime/lua/vim/_meta/options.lua index 3d4f911f96..c0c4d7f8be 100644 --- a/runtime/lua/vim/_meta/options.lua +++ b/runtime/lua/vim/_meta/options.lua @@ -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`. --- |