We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79a494d commit 6183ccbCopy full SHA for 6183ccb
src/evalfunc.c
@@ -6302,7 +6302,9 @@ f_has(typval_T *argvars, typval_T *rettv)
6302
#ifdef FEAT_OLE
6303
"ole",
6304
#endif
6305
+#ifdef FEAT_EVAL
6306
"packages",
6307
+#endif
6308
#ifdef FEAT_PATH_EXTRA
6309
"path_extra",
6310
src/version.c
@@ -493,7 +493,11 @@ static char *(features[]) =
493
"-ole",
494
# endif
495
496
497
"+packages",
498
+#else
499
+ "-packages",
500
501
502
"+path_extra",
503
#else
@@ -789,6 +793,8 @@ static char *(features[]) =
789
793
790
794
static int included_patches[] =
791
795
{ /* Add new patch number below this line */
796
+/**/
797
+ 202,
792
798
/**/
799
201,
800
0 commit comments