1
0
forked from aniani/vim

patch 8.2.1163: build error

Problem:    Build error.
Solution:   Add missing change to globals.
This commit is contained in:
Bram Moolenaar
2020-07-08 22:36:17 +02:00
parent efaaaa683b
commit 6e13530ca0
2 changed files with 3 additions and 1 deletions

View File

@@ -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

View File

@@ -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,
/**/ /**/