commit | 0b76b42d0a09fb6f1ed79cfc153da4edd6154c89 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 07 22:05:08 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 07 22:05:08 2020 +0200 |
tree | 7a0391c64b3acc7bed6873aebe36afe54455a1ec | |
parent | ec5929d0fe7e90f953fa5b019486c0c4e5826d92 [diff] [blame] |
patch 8.2.0528: Vim9: function arguments insufficiently tested Problem: Vim9: function arguments insufficiently tested. Solution: Check types. Add more tests. Fix function with varargs only.
diff --git a/src/version.c b/src/version.c index f08ca11..3518aec 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 528, +/**/ 527, /**/ 526,