aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval/funcs.c
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-02-25 12:45:53 -0500
committerGitHub <noreply@github.com>2021-02-25 12:45:53 -0500
commita2b6e5ed4ecdd2733ee71656ee0df6f2ce4aaf6c (patch)
tree4a435566026c5b5939f186483a96c02d83e25056 /src/nvim/eval/funcs.c
parente55ded00cfb8432a7bc8af40b477aaf0cba70405 (diff)
parent34d12e7dd732632d9fa89312aa51203e2a80faf4 (diff)
downloadrneovim-a2b6e5ed4ecdd2733ee71656ee0df6f2ce4aaf6c.tar.gz
rneovim-a2b6e5ed4ecdd2733ee71656ee0df6f2ce4aaf6c.tar.bz2
rneovim-a2b6e5ed4ecdd2733ee71656ee0df6f2ce4aaf6c.zip
Merge pull request #14004 from erw7/fix-fic
option: fix problem with fileignorecase not being set properly
Diffstat (limited to 'src/nvim/eval/funcs.c')
-rw-r--r--src/nvim/eval/funcs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/eval/funcs.c b/src/nvim/eval/funcs.c
index 79cb1385ea..8c8e0d568b 100644
--- a/src/nvim/eval/funcs.c
+++ b/src/nvim/eval/funcs.c
@@ -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