commit | 6ce46b99635877fb0a17c06a6f5625fbc1ffa6f4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 07 15:35:36 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 07 15:35:36 2021 +0200 |
tree | 26d8fdc7f508a50bef742841e38976d3687e6737 | |
parent | 7de62623735d228c8f81f6ac8309fe4922822cb2 [diff] [blame] |
patch 8.2.3308: Vim9: no runtime check for argument type with varargs only Problem: Vim9: no runtime check for argument type if a function only has varargs. Solution: Also check argument types if uf_va_type is set. (closes #8715)
diff --git a/src/version.c b/src/version.c index 9d5ede5..867d894 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3308, +/**/ 3307, /**/ 3306,