commit | fc0e8f5c3ef51c86cfa4a51f92b264ef79962b9d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 25 20:24:51 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 25 20:24:51 2020 +0100 |
tree | 3b6246259074099e408fd78b841a5038db7b0f1c | |
parent | 20a762987eaa7e6034e9f75df0eb87eedb85d71f [diff] [blame] |
patch 8.2.2218: Vim9: failure if passing more args to lambda than expected Problem: Vim9: failure if passing more arguments to a lambda than expected. Solution: Only put expected arguments on the stack. (closes #7548)
diff --git a/src/version.c b/src/version.c index f48c2af..90ef966 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2218, +/**/ 2217, /**/ 2216,