summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-08-10 22:52:02 +0200
committerBram Moolenaar <Bram@vim.org>2021-08-10 22:52:02 +0200
commit6e48b84c5f08a7e192817aca0d8278ea2ff82bc7 (patch)
tree758e2a39e5d00fb778df762e8071768a7362857e /src/version.c
parent52eb372a04dfc5d5afef238c1b3c4a8e92020837 (diff)
patch 8.2.3326: Vim9: no error passing an empty list of the wrong typev8.2.3326
Problem: Vim9: no error passing an empty list of the wrong type. Solution: Use ISN_SETTYPE also for "list<any>". (closes #8732)
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 04b5749bf1..5383ba3440 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 */
/**/
+ 3326,
+/**/
3325,
/**/
3324,