Patch 8.2.2253

4 views
Skip to first unread message

Bram Moolenaar

unread,
Dec 31, 2020, 7:41:15 AM12/31/20
to vim...@googlegroups.com

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 -- Br...@Moolenaar.net -- 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 ///
Reply all
Reply to author
Forward
0 new messages