1
0
forked from aniani/vim

patch 8.2.2283: Vim9: crash when lambda has fewer arguments than expected

Problem:    Vim9: crash when lambda has fewer arguments than expected.
Solution:   Don't check arguments when already failed. (closes #7606)
This commit is contained in:
Bram Moolenaar
2021-01-03 13:09:51 +01:00
parent 339c1bdbdf
commit e68b02a1c4
3 changed files with 17 additions and 2 deletions

View File

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