summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-07-15 19:23:18 +0200
committerBram Moolenaar <Bram@vim.org>2021-07-15 19:23:18 +0200
commit378697ac58b8f9705286e36d1805a052e96fb86e (patch)
tree38efb1d1cea655cfaaf4fce39b5c0b943107df63 /src/version.c
parent547f94f33098b060da9d62c29d9fcbe9bf1e2b11 (diff)
patch 8.2.3168: Vim9: type error for constant of type anyv8.2.3168
Problem: Vim9: type error for constant of type any. Solution: Do add a runtime type check if a constant has type any. (closes #8570)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 6a4943d50f..b8c782eef2 100644
--- a/src/version.c
+++ b/src/version.c
@@ -756,6 +756,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 3168,
+/**/
3167,
/**/
3166,