eval: add fname_case to feature list

This commit is contained in:
erw7
2021-02-24 15:19:57 +09:00
parent b2f1969f82
commit 6deabca3e7
2 changed files with 4 additions and 0 deletions

View File

@@ -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