mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.2.3217: build failure
Problem: Build failure. Solution: Add missing changes.
This commit is contained in:
@@ -1860,7 +1860,7 @@ EXTERN listitem_T range_list_item;
|
||||
// Passed to an eval() function to enable evaluation.
|
||||
EXTERN evalarg_T EVALARG_EVALUATE
|
||||
# ifdef DO_INIT
|
||||
= {EVAL_EVALUATE, 0, NULL, NULL, NULL, {0, 0, 0, 0, NULL},
|
||||
= {EVAL_EVALUATE, 0, NULL, NULL, NULL, NULL, {0, 0, 0, 0, NULL},
|
||||
{0, 0, 0, 0, NULL}, NULL, NULL, NULL}
|
||||
# endif
|
||||
;
|
||||
|
@@ -755,6 +755,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3217,
|
||||
/**/
|
||||
3216,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user