1
0
forked from aniani/vim

patch 8.1.0202: :version always shows +packages

Problem:    :version always shows +packages. (Takuya Fujiwara)
Solution:   Add #ifdef (closes #3198) Also for has().
This commit is contained in:
Bram Moolenaar
2018-07-22 05:08:11 +02:00
parent 79a494d5e2
commit 6183ccbd67
2 changed files with 8 additions and 0 deletions

View File

@@ -6302,7 +6302,9 @@ f_has(typval_T *argvars, typval_T *rettv)
#ifdef FEAT_OLE
"ole",
#endif
#ifdef FEAT_EVAL
"packages",
#endif
#ifdef FEAT_PATH_EXTRA
"path_extra",
#endif