commit | 65b9545f4494abcb455400c08e51de27bc305866 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 19 14:03:09 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 19 14:03:09 2020 +0200 |
tree | 092740eb6b516020e030a285cf7089ea496b33f1 | |
parent | 6434fc574dfbde11461e70e5a62712370edf38e6 [diff] [blame] |
patch 8.2.1242: Vim9: no error if calling a function with wrong type Problem: Vim9: no error if calling a function with wrong argument type. Solution: Check types of arguments. (closes #6469)
diff --git a/src/version.c b/src/version.c index 2d0fbb2..2e8f423 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1242, +/**/ 1241, /**/ 1240,