From: Bram Moolenaar Date: Wed, 8 Jul 2020 20:36:17 +0000 (+0200) Subject: patch 8.2.1163: build error X-Git-Tag: v8.2.1163 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e13530ca03dd9cad245221177dd65f712211448;p=thirdparty%2Fvim.git patch 8.2.1163: build error Problem: Build error. Solution: Add missing change to globals. --- diff --git a/src/globals.h b/src/globals.h index b17a9bf6ce..3d40cc1a7b 100644 --- a/src/globals.h +++ b/src/globals.h @@ -1885,7 +1885,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}, NULL} + = {EVAL_EVALUATE, 0, NULL, NULL, NULL, {0, 0, 0, 0, NULL}, NULL, NULL} # endif ; #endif diff --git a/src/version.c b/src/version.c index 6cd091b582..91da9bb9d8 100644 --- a/src/version.c +++ b/src/version.c @@ -754,6 +754,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1163, /**/ 1162, /**/