mirror of
https://github.com/vim/vim.git
synced 2025-07-04 23:07:33 -04:00
patch 8.2.2653: build failure
Problem: Build failure. Solution: Add missing changes.
This commit is contained in:
parent
fa984418e7
commit
3a0f092ac0
@ -386,4 +386,6 @@ EXTERN char e_text_found_after_enddef_str[]
|
|||||||
EXTERN char e_string_required_for_argument_nr[]
|
EXTERN char e_string_required_for_argument_nr[]
|
||||||
INIT(= N_("E1174: String required for argument %d"));
|
INIT(= N_("E1174: String required for argument %d"));
|
||||||
EXTERN char e_non_empty_string_required_for_argument_nr[]
|
EXTERN char e_non_empty_string_required_for_argument_nr[]
|
||||||
INIT(= N_("E1142: Non-empty string required for argument %d"));
|
INIT(= N_("E1175: Non-empty string required for argument %d"));
|
||||||
|
EXTERN char e_misplaced_command_modifier[]
|
||||||
|
INIT(= N_("E1176: Misplaced command modifier"));
|
||||||
|
@ -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 */
|
||||||
|
/**/
|
||||||
|
2653,
|
||||||
/**/
|
/**/
|
||||||
2652,
|
2652,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user