Patch 8.2.2253
Problem: Vim9: expr test fails.
Solution: Add missing assignment.
Files: src/userfunc.c
*** ../vim-8.2.2252/src/userfunc.c 2020-12-29 11:14:58.444606193 +0100
--- src/userfunc.c 2020-12-31 13:05:51.798516791 +0100
***************
*** 664,669 ****
--- 664,671 ----
if (fp->uf_ret_type == NULL)
goto errret;
}
+ else
+ fp->uf_ret_type = &t_unknown;
}
fp->uf_lines = newlines;
*** ../vim-8.2.2252/src/version.c 2020-12-31 13:31:20.521507996 +0100
--- src/version.c 2020-12-31 13:39:40.239855032 +0100
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 2253,
/**/
--
Keyboard not found. Think ENTER to continue.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/202012311241.0BVCf5eJ1205409%40masaka.moolenaar.net.