commit | 89071cb6a116a74f78f77a1853e6fada44872a15 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 13 18:20:09 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 13 18:20:09 2021 +0200 |
tree | 79452d2bc9fd1ceb705e943090fc71fd27b7499c | |
parent | 069f90852f1444cac50491c10dfbd339a3f9e0c8 [diff] [blame] |
patch 8.2.3338: Vim9: no type check when assigning a list range Problem: Vim9: no type check when assigning a list range. (Naohiro Ono) Solution: Check the member type. (closes #8750)
diff --git a/src/version.c b/src/version.c index 64137db..1acc17a 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3338, +/**/ 3337, /**/ 3336,