commit | 1378fbc4591b77186c90beda37bdac628add4cb6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 11 20:50:33 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 11 20:50:33 2020 +0200 |
tree | 9ccfd811d26d22c6cf36cacb50d6ad0d6e062a05 | |
parent | 8832a3457831707286dd2d9252ba14a5f9fd4c60 [diff] [blame] |
patch 8.2.0543: Vim9: function with varargs does not work properly Problem: Vim9: function with varargs does not work properly. Solution: Improve function type spec and add tests. Fix bugs.
diff --git a/src/version.c b/src/version.c index e85bc31..ae324b3 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 543, +/**/ 542, /**/ 541,