commit | 1802405d71da20dff510690bf14f6da085836125 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 25 21:43:28 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 25 21:43:28 2021 +0000 |
tree | eb17c5e35f51aa31716d3222fd674d77b3629db7 | |
parent | db8e5c21b98c5998df4ab94e0b94bd9fdaf35c83 [diff] [blame] |
patch 8.2.3897: Vim9: second argument of map() and filter() not checked Problem: Vim9: the second argument of map() and filter() is not checked at compile time. Solution: Add more specific type check for the second argument.
diff --git a/src/version.c b/src/version.c index a09a0bf..adb3722 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3897, +/**/ 3896, /**/ 3895,