commit | 6e48b84c5f08a7e192817aca0d8278ea2ff82bc7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 10 22:52:02 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 10 22:52:02 2021 +0200 |
tree | 758e2a39e5d00fb778df762e8071768a7362857e | |
parent | 52eb372a04dfc5d5afef238c1b3c4a8e92020837 [diff] [blame] |
patch 8.2.3326: Vim9: no error passing an empty list of the wrong type Problem: Vim9: no error passing an empty list of the wrong type. Solution: Use ISN_SETTYPE also for "list<any>". (closes #8732)
diff --git a/src/version.c b/src/version.c index 04b5749..5383ba3 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3326, +/**/ 3325, /**/ 3324,