forked from aniani/vim
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 <cb@256bit.org> Co-authored-by: Ken Takata <kentkt@csc.jp>
This commit is contained in:
committed by
Christian Brabandt
parent
5a05d374d3
commit
789b8854d2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user