mirror of
https://github.com/vim/vim.git
synced 2025-10-13 06:54:15 -04:00
patch 8.1.0214: +autochdir feature not reported by has() or :version
Problem: +autochdir feature not reported by has() or :version. Solution: Add the feature in the list.
This commit is contained in:
@@ -6045,6 +6045,9 @@ f_has(typval_T *argvars, typval_T *rettv)
|
||||
"arabic",
|
||||
#endif
|
||||
"autocmd",
|
||||
#ifdef FEAT_AUTOCHDIR
|
||||
"autochdir",
|
||||
#endif
|
||||
#ifdef FEAT_AUTOSERVERNAME
|
||||
"autoservername",
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user