commit | bb8a7ce0a1bcfafca715275dbadc2ead612f82dd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 10 20:10:26 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 10 20:10:26 2021 +0200 |
tree | 34aa8a00426226114caa1be454c3e10e520ba223 | |
parent | 87795939d01932b0d8155fd69c7494fa51c523f3 [diff] [blame] |
patch 8.2.2747: Vim9: not always an error for too many function arguments Problem: Vim9: not always an error for too many function arguments. Solution: Check for getting too many arguments.
diff --git a/src/version.c b/src/version.c index bbbc92a..9fca01a 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2747, +/**/ 2746, /**/ 2745,