Patch 8.2.2482
Problem: Build error.
Solution: Add new error message.
Files: src/errors.h
*** ../vim-8.2.2481/src/errors.h 2021-02-07 15:28:05.792508596 +0100
--- src/errors.h 2021-02-07 15:52:45.679909036 +0100
***************
*** 355,357 ****
--- 355,359 ----
INIT(= N_("E1158: Cannot use flatten() in Vim9 script"));
EXTERN char e_cannot_split_window_when_closing_buffer[]
INIT(= N_("E1159: Cannot split a window when closing the buffer"));
+ EXTERN char e_cannot_use_default_for_variable_arguments[]
+ INIT(= N_("E1160: Cannot use a default for variable arguments"));
*** ../vim-8.2.2481/src/version.c 2021-02-07 15:59:44.438603736 +0100
--- src/version.c 2021-02-07 16:05:34.101518750 +0100
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 2482,
/**/
--
ARTHUR: Well, it doesn't matter. Will you go and tell your master that
Arthur from the Court of Camelot is here.
GUARD #1: Listen, in order to maintain air-speed velocity, a swallow
needs to beat its wings 43 times every second, right?
ARTHUR: Please!
The Quest for the Holy Grail (Monty Python)
/// 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/202102071506.117F6AOk2863790%40masaka.moolenaar.net.