aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/eval.c')
-rw-r--r--src/nvim/eval.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nvim/eval.c b/src/nvim/eval.c
index 8db8aaa168..ef98984ed3 100644
--- a/src/nvim/eval.c
+++ b/src/nvim/eval.c
@@ -10609,6 +10609,9 @@ static void f_has(typval_T *argvars, typval_T *rettv, FunPtr fptr)
#ifdef HAVE_ACL
"acl",
#endif
+#ifdef FEAT_AUTOCHDIR
+ "autochdir",
+#endif
"arabic",
"autocmd",
"browsefilter",