]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 8.2.2273: build failure v8.2.2273
authorBram Moolenaar <Bram@vim.org>
Sat, 2 Jan 2021 14:49:28 +0000 (15:49 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 2 Jan 2021 14:49:28 +0000 (15:49 +0100)
Problem:    Build failure.
Solution:   Add missing changes to header file.

src/version.c
src/vim9.h

index 94a22c00daa3989e7e02919fbaac945907c22215..59f4b4db672e57b12812f7aff5201f17e6a6b127 100644 (file)
@@ -750,6 +750,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2273,
 /**/
     2272,
 /**/
index fd28e5f1378d10aa3b513528440373d3c5ba6fe3..0f1a9ab20769d84c07e69c039539d4793fada53f 100644 (file)
@@ -141,8 +141,9 @@ typedef enum {
     ISN_NEGATENR,   // apply "-" to number
 
     ISN_CHECKNR,    // check value can be used as a number
-    ISN_CHECKTYPE,  // check value type is isn_arg.type.tc_type
+    ISN_CHECKTYPE,  // check value type is isn_arg.type.ct_type
     ISN_CHECKLEN,   // check list length is isn_arg.checklen.cl_min_len
+    ISN_SETTYPE,    // set dict type to isn_arg.type.ct_type
 
     ISN_PUT,       // ":put", uses isn_arg.put