summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorYegappan Lakshmanan <yegappan@yahoo.com>2021-07-21 19:09:09 +0200
committerBram Moolenaar <Bram@vim.org>2021-07-21 19:09:09 +0200
commitcd9172077bc8c0aafddf2e5367cc0ae2c00c8ff7 (patch)
treed460cabb1f58286f763089e7a9552be6c21059f3 /src/version.c
parent189663bdac1156237c49925f77bd197c1bdea12c (diff)
patch 8.2.3194: Vim9: argument types are not checked at compile timev8.2.3194
Problem: Vim9: argument types are not checked at compile time. Solution: Add several more type checks, simplify some. (Yegappan Lakshmanan, closes #8598)
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 9533c88f71..61cd6f7b2f 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 */
/**/
+ 3194,
+/**/
3193,
/**/
3192,