commit | c6538bcc1cdd1fb83732f22fdc69bd9bb66f968a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 03 18:17:11 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 03 18:17:11 2019 +0200 |
tree | 80b89c210388f6e038ccbdc346f72a31bffd8430 | |
parent | 749fa0af85232be1d44b77a09161f71cdbace62c [diff] [blame] |
patch 8.1.1800: function call functions have too many arguments Problem: Function call functions have too many arguments. Solution: Pass values in a funcexe_T struct.
diff --git a/src/version.c b/src/version.c index b2c4416..92d8482 100644 --- a/src/version.c +++ b/src/version.c
@@ -774,6 +774,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1800, +/**/ 1799, /**/ 1798,