0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 8.2.2253: Vim9: expr test fails

Problem:    Vim9: expr test fails.
Solution:   Add missing assignment.
This commit is contained in:
Bram Moolenaar
2020-12-31 13:39:54 +01:00
parent 6b55377303
commit ca2f7e7af3
2 changed files with 4 additions and 0 deletions

View File

@@ -664,6 +664,8 @@ get_lambda_tv(
if (fp->uf_ret_type == NULL)
goto errret;
}
else
fp->uf_ret_type = &t_unknown;
}
fp->uf_lines = newlines;

View File

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