1
0
forked from aniani/vim

patch 8.2.4774: crash when using a number for lambda name

Problem:    Crash when using a number for lambda name.
Solution:   Check the type of the lambda reference.
This commit is contained in:
Bram Moolenaar
2022-04-17 15:06:35 +01:00
parent a9549c9e8f
commit 8b91e71441
4 changed files with 21 additions and 7 deletions

View File

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