vim-patch:8.1.0214 fixup: remove feature-guard

FEAT_AUTOCHDIR is not defined for Nvim.

ref #8927
This commit is contained in:
Justin M. Keyes 2018-08-28 21:47:09 +02:00
parent 87904ae3c4
commit 5a1c93584f

View File

@ -10609,9 +10609,7 @@ 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",