]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.0.1953: Misplaced comment in errors.h v9.0.1953
authorKen Takata <kentkt@csc.jp>
Fri, 29 Sep 2023 17:45:42 +0000 (19:45 +0200)
committerChristian Brabandt <cb@256bit.org>
Fri, 29 Sep 2023 17:45:42 +0000 (19:45 +0200)
Problem:  Misplaced comment in errors.h
Solution: Move it up

closes: #13218

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: Ken Takata <kentkt@csc.jp>
src/errors.h
src/version.c

index ed4208dea57ca91783cad01ea94eef371eeab865..19779ebd09cd909530360918409819f2e356a4ae 100644 (file)
@@ -3548,7 +3548,6 @@ EXTERN char e_positional_arg_num_type_inconsistent_str_str[]
        INIT(= N_("E1504: Positional argument %d type used inconsistently: %s/%s"));
 EXTERN char e_invalid_format_specifier_str[]
        INIT(= N_("E1505: Invalid format specifier: %s"));
+// E1506 - E1519 unused
 EXTERN char e_aptypes_is_null_nr_str[]
        INIT(= "E1520: Internal error: ap_types or ap_types[idx] is NULL: %d: %s");
-
-// E1506 - E1519 unused
index ad696de122054e9a20c201454c2f37542e376acc..e5f4bfc0ee685942ec34404788eb9ac70a705bd7 100644 (file)
@@ -699,6 +699,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1953,
 /**/
     1952,
 /**/