Skip to content

Commit 789b885

Browse files
k-takatachrisbra
authored andcommitted
patch 9.0.1953: Misplaced comment in errors.h
Problem: Misplaced comment in errors.h Solution: Move it up closes: #13218 Signed-off-by: Christian Brabandt <[email protected]> Co-authored-by: Ken Takata <[email protected]>
1 parent 5a05d37 commit 789b885

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

src/errors.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3548,7 +3548,6 @@ EXTERN char e_positional_arg_num_type_inconsistent_str_str[]
35483548
INIT(= N_("E1504: Positional argument %d type used inconsistently: %s/%s"));
35493549
EXTERN char e_invalid_format_specifier_str[]
35503550
INIT(= N_("E1505: Invalid format specifier: %s"));
3551+
// E1506 - E1519 unused
35513552
EXTERN char e_aptypes_is_null_nr_str[]
35523553
INIT(= "E1520: Internal error: ap_types or ap_types[idx] is NULL: %d: %s");
3553-
3554-
// E1506 - E1519 unused

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -699,6 +699,8 @@ static char *(features[]) =
699699

700700
static int included_patches[] =
701701
{ /* Add new patch number below this line */
702+
/**/
703+
1953,
702704
/**/
703705
1952,
704706
/**/

0 commit comments

Comments
 (0)