changeset 24657:99fe793b8b12 v8.2.2867

patch 8.2.2867: build failure Commit: https://github.com/vim/vim/commit/082a3bf961efd3668d06e3137cb1ad27c3998d07 Author: Bram Moolenaar <Bram@vim.org> Date: Tue May 18 15:32:11 2021 +0200 patch 8.2.2867: build failure Problem: Build failure. Solution: Add missing part of the change.
author Bram Moolenaar <Bram@vim.org>
date Tue, 18 May 2021 15:45:02 +0200
parents 7054589796e5
children 2a206965fff4
files src/globals.h src/version.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/globals.h
+++ b/src/globals.h
@@ -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
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2867,
+/**/
     2866,
 /**/
     2865,