mirror of
https://github.com/neovim/neovim.git
synced 2025-09-17 16:58:17 +00:00
vim-patch:8.1.0214 fixup: remove feature-guard
FEAT_AUTOCHDIR is not defined for Nvim. ref #8927
This commit is contained in:
@@ -10609,9 +10609,7 @@ static void f_has(typval_T *argvars, typval_T *rettv, FunPtr fptr)
|
|||||||
#ifdef HAVE_ACL
|
#ifdef HAVE_ACL
|
||||||
"acl",
|
"acl",
|
||||||
#endif
|
#endif
|
||||||
#ifdef FEAT_AUTOCHDIR
|
|
||||||
"autochdir",
|
"autochdir",
|
||||||
#endif
|
|
||||||
"arabic",
|
"arabic",
|
||||||
"autocmd",
|
"autocmd",
|
||||||
"browsefilter",
|
"browsefilter",
|
||||||
|
Reference in New Issue
Block a user