mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.2.2423: missing error message
Problem: Missing error message. Solution: Add the error message.
This commit is contained in:
@@ -347,3 +347,5 @@ EXTERN char e_divide_by_zero[]
|
|||||||
INIT(= N_("E1154: Divide by zero"));
|
INIT(= N_("E1154: Divide by zero"));
|
||||||
EXTERN char e_cannot_define_autocommands_for_all_events[]
|
EXTERN char e_cannot_define_autocommands_for_all_events[]
|
||||||
INIT(= N_("E1155: 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"));
|
||||||
|
@@ -750,6 +750,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
2423,
|
||||||
/**/
|
/**/
|
||||||
2422,
|
2422,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user