]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 8.2.1163: build error v8.2.1163
authorBram Moolenaar <Bram@vim.org>
Wed, 8 Jul 2020 20:36:17 +0000 (22:36 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 8 Jul 2020 20:36:17 +0000 (22:36 +0200)
Problem:    Build error.
Solution:   Add missing change to globals.

src/globals.h
src/version.c

index b17a9bf6ceb8b908be60a474f086788f31e753ac..3d40cc1a7b549f5c4ee2cd9721c8c6ffe3160580 100644 (file)
@@ -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
index 6cd091b58255492c63a35e9e27bd46e10b43aa8d..91da9bb9d8616c033f6b91df1d5751c2c68d301a 100644 (file)
@@ -754,6 +754,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1163,
 /**/
     1162,
 /**/