commit | 767034c5b82ba8999d9fed2f997436e6e3e99419 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Apr 09 17:24:52 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 09 17:24:52 2021 +0200 |
tree | b41c9572fc063a1bd77a6b2347d9148ef9955760 | |
parent | dcae51facc4d6de1edd62f0242b40972be841103 [diff] [blame] |
patch 8.2.2739: Vim9: a lambda accepts too many arguments at the script level Problem: Vim9: a lambda accepts too many arguments at the script level. Solution: Do not set uf_varargs in Vim9 script.
diff --git a/src/version.c b/src/version.c index 452565c..a2bd558 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2739, +/**/ 2738, /**/ 2737,