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:
@@ -1909,7 +1909,7 @@ EXTERN listitem_T range_list_item;
|
|||||||
EXTERN evalarg_T EVALARG_EVALUATE
|
EXTERN evalarg_T EVALARG_EVALUATE
|
||||||
# ifdef DO_INIT
|
# ifdef DO_INIT
|
||||||
= {EVAL_EVALUATE, 0, NULL, NULL, NULL, {0, 0, 0, 0, NULL},
|
= {EVAL_EVALUATE, 0, NULL, NULL, NULL, {0, 0, 0, 0, NULL},
|
||||||
NULL, NULL, NULL}
|
{0, 0, 0, 0, NULL}, NULL, NULL, NULL}
|
||||||
# endif
|
# endif
|
||||||
;
|
;
|
||||||
#endif
|
#endif
|
||||||
|
@@ -750,6 +750,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
2867,
|
||||||
/**/
|
/**/
|
||||||
2866,
|
2866,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user