]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 8.2.3217: build failure v8.2.3217
authorBram Moolenaar <Bram@vim.org>
Sun, 25 Jul 2021 12:21:11 +0000 (14:21 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 25 Jul 2021 12:21:11 +0000 (14:21 +0200)
Problem:    Build failure.
Solution:   Add missing changes.

src/globals.h
src/version.c

index 1a2451225871fe3ebbe63b75be4475088d1de327..529901437a75484e5cafb25c2f929a5c82990703 100644 (file)
@@ -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
        ;
index ea1411dffa58bef5e32e06911f326c2ae915182c..9e77d56c197084a3fac657f714a646481b0bc22c 100644 (file)
@@ -755,6 +755,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    3217,
 /**/
     3216,
 /**/