vim-patch:8.1.0214 (#8927)

Problem:    +autochdir feature not reported by has() or :version.
Solution:   Add the feature in the list.
Author:     Bram Moolenaar <Bram@vim.org>

83ec2a7f5f
This commit is contained in:
Vivek R 2018-08-29 01:11:30 +05:30 committed by Justin M. Keyes
parent 0a77dc7e05
commit 87904ae3c4

View File

@ -10608,6 +10608,9 @@ static void f_has(typval_T *argvars, typval_T *rettv, FunPtr fptr)
"fname_case",
#ifdef HAVE_ACL
"acl",
#endif
#ifdef FEAT_AUTOCHDIR
"autochdir",
#endif
"arabic",
"autocmd",