summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorYegappan Lakshmanan <yegappan@yahoo.com>2023-11-08 21:02:48 +0100
committerChristian Brabandt <cb@256bit.org>2023-11-08 21:10:11 +0100
commit1fc47c2c9bf3121268ebab03a0662e0cf2e5cb26 (patch)
tree017d76dab53915bad732e98189836a9207552f21 /src/version.c
parentd56f15caf602a061f5f9f0a3c6a4537ab2dc6acc (diff)
patch 9.0.2094: Vim9: need more assignment testsv9.0.2094
Problem: Vim9: need more assignment tests Solution: Add test for using different types in assignment, function arguments and return values closes: #13491 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 405689a7cc..d4fe38f286 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 */
/**/
+ 2094,
+/**/
2093,
/**/
2092,