mirror of
https://github.com/neovim/neovim.git
synced 2025-10-03 08:28:34 +00:00
eval: add fname_case to feature list
This commit is contained in:
@@ -4131,7 +4131,9 @@ static void f_has(typval_T *argvars, typval_T *rettv, FunPtr fptr)
|
||||
#ifdef _WIN64
|
||||
"win64",
|
||||
#endif
|
||||
#ifndef CASE_INSENSITIVE_FILENAME
|
||||
"fname_case",
|
||||
#endif
|
||||
#ifdef HAVE_ACL
|
||||
"acl",
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user