Patch 8.2.2423 (after 8.2.2422)
Problem: Missing error message.
Solution: Add the error message.
Files: src/errors.h
*** ../vim-8.2.2422/src/errors.h 2021-01-28 13:47:55.056905117 +0100
--- src/errors.h 2021-01-28 14:02:15.265738371 +0100
***************
*** 347,349 ****
--- 347,351 ----
INIT(= N_("E1154: Divide by zero"));
EXTERN char e_cannot_define_autocommands_for_all_events[]
INIT(= N_("E1155: Cannot define autocommands for ALL events"));
+ EXTERN char e_cannot_change_arglist_recursively[]
+ INIT(= N_("E1156: Cannot change the argument list recursively"));
*** ../vim-8.2.2422/src/version.c 2021-01-28 17:24:54.277803692 +0100
--- src/version.c 2021-01-28 17:55:56.962530297 +0100
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 2423,
/**/
--
hundred-and-one symptoms of being an internet addict:
257. Your "hundred-and-one" lists include well over 101 items, since you
automatically interpret all numbers in hexadecimal notation.
(hex 101 = decimal 257)
/// 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/202101281656.10SGuv3r114239%40masaka.moolenaar.net.