1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2020-12-25 20:24:51 +01:00
parent 20a762987e
commit fc0e8f5c3e
3 changed files with 12 additions and 2 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2218,
/**/
2217,
/**/