From aa62579a684277d86b1f4a7588464e0ec4227b94 Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Sun, 15 Oct 2023 09:05:27 +0800 Subject: docs: restore accidentally removed line in :h 'ignorecase' (#25651) --- runtime/lua/vim/_meta/options.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/lua/vim') 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`. --- -- cgit