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 -- [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/202004232024.03NKOJ3F004543%40masaka.moolenaar.net.