mirror of
https://github.com/neovim/neovim.git
synced 2025-11-15 06:49:01 +00:00
vim-patch:224f8ca: runtime(doc): clarify 'fileignorecase' option setting (#35879)
fixes: vim/vim#18360
224f8ca769
Co-authored-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
@@ -3173,7 +3173,13 @@ local options = {
|
||||
names is normally ignored]],
|
||||
},
|
||||
desc = [=[
|
||||
When set case is ignored when using file names and directories.
|
||||
When set, case is ignored when using file and directory names.
|
||||
|
||||
This option is on by default on systems where the filesystem is
|
||||
traditionally case-insensitive (for example MS-Windows and macOS).
|
||||
However, Vim cannot determine at runtime whether a particular
|
||||
filesystem is case-sensitive or case-insensitive.
|
||||
|
||||
See 'wildignorecase' for only ignoring case when doing completion.
|
||||
]=],
|
||||
full_name = 'fileignorecase',
|
||||
|
||||
Reference in New Issue
Block a user