summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorYegappan Lakshmanan <yegappan@yahoo.com>2024-04-18 21:33:27 +0200
committerChristian Brabandt <cb@256bit.org>2024-04-18 21:33:27 +0200
commit76ba252e6192580d22737708d69dad7c777fb68a (patch)
tree025ee0c172bef00112a9bb319b8f6d687f83a3b9 /src/version.c
parentbaedc998b0fe3c29e1e88cc426575306b0f5ea44 (diff)
patch 9.1.0349: Vim9: need static type for typealiasv9.1.0349
Problem: Vim9: need static type for typealias Solution: Refactor the typval2type() function and add a static type for typealias (Yegappan Lakshmanan) closes: #14582 Signed-off-by: Yegappan Lakshmanan <yegappan@yahoo.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
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 85156acfea..c32f51bfb3 100644
--- a/src/version.c
+++ b/src/version.c
@@ -705,6 +705,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 349,
+/**/
348,
/**/
347,