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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user