mirror of
https://github.com/neovim/neovim.git
synced 2024-12-24 21:25:04 -07:00
vim-patch:8.1.0214 fixup: remove feature-guard
FEAT_AUTOCHDIR is not defined for Nvim. ref #8927
This commit is contained in:
parent
87904ae3c4
commit
5a1c93584f
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user