forked from aniani/vim
patch 8.2.1699: build failure due to missing error message
Problem: Build failure due to missing error message. Solution: Add error message.
This commit is contained in:
@@ -266,4 +266,6 @@ EXTERN char e_cannot_change_dict[]
|
|||||||
INIT(= N_("E1120: Cannot change dict"));
|
INIT(= N_("E1120: Cannot change dict"));
|
||||||
EXTERN char e_cannot_change_dict_item[]
|
EXTERN char e_cannot_change_dict_item[]
|
||||||
INIT(= N_("E1121: Cannot change dict item"));
|
INIT(= N_("E1121: Cannot change dict item"));
|
||||||
|
EXTERN char e_variable_is_locked_str[]
|
||||||
|
INIT(= N_("E1122: Variable is locked: %s"));
|
||||||
#endif
|
#endif
|
||||||
|
@@ -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 */
|
||||||
|
/**/
|
||||||
|
1699,
|
||||||
/**/
|
/**/
|
||||||
1698,
|
1698,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user