1
0
forked from aniani/vim

patch 8.2.4178: Vim9: invalid error for return type of lambda when debugging

Problem:    Vim9: invalid error for return type of lambda when debugging.
Solution:   Do not check the return type of a lambda. (closes #9589)
This commit is contained in:
Bram Moolenaar
2022-01-22 12:27:04 +00:00
parent b697dc295d
commit 0bfa84916d
2 changed files with 6 additions and 1 deletions

View File

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