Patch 8.2.0627

8 views
Skip to first unread message

Bram Moolenaar

unread,
Apr 23, 2020, 4:24:28 PM4/23/20
to vim...@googlegroups.com

Patch 8.2.0627
Problem: Vim9: error message does not work. (Yegappan Lakshmanan)
Solution: Swap lines.
Files: src/userfunc.c


*** ../vim-8.2.0626/src/userfunc.c 2020-04-23 22:16:49.763270683 +0200
--- src/userfunc.c 2020-04-23 22:21:53.098589101 +0200
***************
*** 2614,2621 ****
}
else
{
- ret_type = NULL;
semsg(_("E1056: expected a type: %s"), ret_type);
}
}
}
--- 2614,2621 ----
}
else
{
semsg(_("E1056: expected a type: %s"), ret_type);
+ ret_type = NULL;
}
}
}
*** ../vim-8.2.0626/src/version.c 2020-04-23 22:16:49.767270674 +0200
--- src/version.c 2020-04-23 22:22:41.298480217 +0200
***************
*** 748,749 ****
--- 748,751 ----
{ /* Add new patch number below this line */
+ /**/
+ 627,
/**/

--
Everybody wants to go to heaven, but nobody wants to die.

/// 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