0
0
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:
Bram Moolenaar 2021-03-25 22:22:30 +01:00
parent fa984418e7
commit 3a0f092ac0
2 changed files with 5 additions and 1 deletions

View File

@ -386,4 +386,6 @@ EXTERN char e_text_found_after_enddef_str[]
EXTERN char e_string_required_for_argument_nr[]
INIT(= N_("E1174: String required for argument %d"));
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"));

View File

@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2653,
/**/
2652,
/**/