mirror of
https://github.com/neovim/neovim.git
synced 2025-10-03 16:36:30 +00:00
eval: add fname_case to feature list
This commit is contained in:
@@ -5125,6 +5125,8 @@ has({feature}) Returns 1 if {feature} is supported, 0 otherwise. The
|
|||||||
iconv Can use |iconv()| for conversion.
|
iconv Can use |iconv()| for conversion.
|
||||||
+shellslash Can use backslashes in filenames (Windows)
|
+shellslash Can use backslashes in filenames (Windows)
|
||||||
clipboard |clipboard| provider is available.
|
clipboard |clipboard| provider is available.
|
||||||
|
fname_case Case in file names matters (for Darwin and MS-Windows
|
||||||
|
this is not present).
|
||||||
mac MacOS system.
|
mac MacOS system.
|
||||||
nvim This is Nvim.
|
nvim This is Nvim.
|
||||||
python2 Legacy Vim |python2| interface. |has-python|
|
python2 Legacy Vim |python2| interface. |has-python|
|
||||||
|
@@ -4131,7 +4131,9 @@ static void f_has(typval_T *argvars, typval_T *rettv, FunPtr fptr)
|
|||||||
#ifdef _WIN64
|
#ifdef _WIN64
|
||||||
"win64",
|
"win64",
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef CASE_INSENSITIVE_FILENAME
|
||||||
"fname_case",
|
"fname_case",
|
||||||
|
#endif
|
||||||
#ifdef HAVE_ACL
|
#ifdef HAVE_ACL
|
||||||
"acl",
|
"acl",
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user