1
0
forked from aniani/vim

patch 8.2.2867: build failure

Problem:    Build failure.
Solution:   Add missing part of the change.
This commit is contained in:
Bram Moolenaar
2021-05-18 15:32:11 +02:00
parent ecb664501d
commit 082a3bf961
2 changed files with 3 additions and 1 deletions

View File

@@ -1909,7 +1909,7 @@ EXTERN listitem_T range_list_item;
EXTERN evalarg_T EVALARG_EVALUATE
# ifdef DO_INIT
= {EVAL_EVALUATE, 0, NULL, NULL, NULL, {0, 0, 0, 0, NULL},
NULL, NULL, NULL}
{0, 0, 0, 0, NULL}, NULL, NULL, NULL}
# endif
;
#endif

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2867,
/**/
2866,
/**/