summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorYegappan Lakshmanan <yegappan@yahoo.com>2021-07-11 22:04:25 +0200
committerBram Moolenaar <Bram@vim.org>2021-07-11 22:04:25 +0200
commit841e498c5d1765eab17bce5242543b47dfc25b41 (patch)
treebbf8cc14a7bac23c241f79660d07b18251d8ab81 /src/version.c
parent7b7a118e74d25ff35cd277c2bb5191ae44bb20b2 (diff)
patch 8.2.3154: Vim9: some type checks for builtin functions failv8.2.3154
Problem: Vim9: some type checks for builtin functions fail. Solution: Correct the type checks. (Yegappan Lakshmanan, closes #8551, closes #8550)
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 940c7192fa..9159011a71 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 */
/**/
+ 3154,
+/**/
3153,
/**/
3152,