summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-01-02 15:49:28 +0100
committerBram Moolenaar <Bram@vim.org>2021-01-02 15:49:28 +0100
commit628c102d128b4e376916ba38b883eb9ae9f41f31 (patch)
tree26e38107c83d0fbf6bc9a255aec98a6a759cb8ac
parentaa210a3aeccc33c6051978017959126b037f94af (diff)
patch 8.2.2273: build failurev8.2.2273
Problem: Build failure. Solution: Add missing changes to header file.
-rw-r--r--src/version.c2
-rw-r--r--src/vim9.h3
2 files changed, 4 insertions, 1 deletions
diff --git a/src/version.c b/src/version.c
index 94a22c00da..59f4b4db67 100644
--- 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 */
/**/
+ 2273,
+/**/
2272,
/**/
2271,
diff --git a/src/vim9.h b/src/vim9.h
index fd28e5f137..0f1a9ab207 100644
--- a/src/vim9.h
+++ b/src/vim9.h
@@ -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
nd-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
links/b
links/h
links/h/g
links/h/i
links/d/e/i