patch 9.0.1953: Misplaced comment in errors.h
Commit:
https://github.com/vim/vim/commit/789b8854d2f9f92089047665d52d08769f29c927
Author: Ken Takata <[email protected]>
Date: Fri Sep 29 19:45:42 2023 +0200
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]>
diff --git a/src/errors.h b/src/errors.h
index ed4208dea..19779ebd0 100644
--- a/src/errors.h
+++ b/src/errors.h
@@ -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
diff --git a/src/version.c b/src/version.c
index ad696de12..e5f4bfc0e 100644
--- a/src/version.c
+++ b/src/version.c
@@ -699,6 +699,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 1953,
/**/
1952,
/**/
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/E1qmHmW-00HVKq-Ka%40256bit.org.