forked from aniani/vim
patch 8.2.1163: build error
Problem: Build error. Solution: Add missing change to globals.
This commit is contained in:
@@ -1885,7 +1885,7 @@ EXTERN listitem_T range_list_item;
|
|||||||
// Passed to an eval() function to enable evaluation.
|
// Passed to an eval() function to enable evaluation.
|
||||||
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}, NULL}
|
= {EVAL_EVALUATE, 0, NULL, NULL, NULL, {0, 0, 0, 0, NULL}, NULL, NULL}
|
||||||
# endif
|
# endif
|
||||||
;
|
;
|
||||||
#endif
|
#endif
|
||||||
|
@@ -754,6 +754,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 */
|
||||||
|
/**/
|
||||||
|
1163,
|
||||||
/**/
|
/**/
|
||||||
1162,
|
1162,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user