mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
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:
parent
0a77dc7e05
commit
87904ae3c4
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user