commit | 2a38908b05c1d3973a8edbeb5b3e05a11332faf0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Apr 09 20:24:31 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 09 20:24:31 2021 +0200 |
tree | 493740a34e6d0267647145fe571355e09743f295 | |
parent | 767034c5b82ba8999d9fed2f997436e6e3e99419 [diff] [blame] |
patch 8.2.2740: Vim9: lambda with varargs doesn't work Problem: Vim9: lambda with varargs doesn't work. Solution: Make "...name" work. Require type to be a list.
diff --git a/src/version.c b/src/version.c index a2bd558..74a0ae6 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2740, +/**/ 2739, /**/ 2738,