comparison src/errors.h @ 33478:26a606faa9cb v9.0.1990

patch 9.0.1990: strange error number Commit: https://github.com/vim/vim/commit/ea746f9e862092aef3d4e95c64d116759b9fabe0 Author: Christ van Willegen <cvwillegen@gmail.com> Date: Thu Oct 5 20:48:36 2023 +0200 patch 9.0.1990: strange error number Problem: strange error number Solution: change error number, add doc tag for E1507 closes: #13270 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Christ van Willegen <cvwillegen@gmail.com>
author Christian Brabandt <cb@256bit.org>
date Thu, 05 Oct 2023 21:00:05 +0200
parents 4a62e78803db
children 9dee279ce1c4
comparison
equal deleted inserted replaced
33477:c5e0ce8a104e 33478:26a606faa9cb
3552 INIT(= N_("E1504: Positional argument %d type used inconsistently: %s/%s")); 3552 INIT(= N_("E1504: Positional argument %d type used inconsistently: %s/%s"));
3553 EXTERN char e_invalid_format_specifier_str[] 3553 EXTERN char e_invalid_format_specifier_str[]
3554 INIT(= N_("E1505: Invalid format specifier: %s")); 3554 INIT(= N_("E1505: Invalid format specifier: %s"));
3555 EXTERN char e_xattr_erange[] 3555 EXTERN char e_xattr_erange[]
3556 INIT(= N_("E1506: Buffer too small to copy xattr value or key")); 3556 INIT(= N_("E1506: Buffer too small to copy xattr value or key"));
3557 EXTERN char e_aptypes_is_null_nr_str[]
3558 INIT(= "E1507: Internal error: ap_types or ap_types[idx] is NULL: %d: %s");
3557 EXTERN char e_xattr_e2big[] 3559 EXTERN char e_xattr_e2big[]
3558 INIT(= N_("E1508: Size of the extended attribute value is larger than the maximum size allowed")); 3560 INIT(= N_("E1508: Size of the extended attribute value is larger than the maximum size allowed"));
3559 EXTERN char e_xattr_other[] 3561 EXTERN char e_xattr_other[]
3560 INIT(= N_("E1509: Error occured when reading or writing extended attribute")); 3562 INIT(= N_("E1509: Error occured when reading or writing extended attribute"));
3561 // E1507, E1509 - E1519 unused
3562 EXTERN char e_aptypes_is_null_nr_str[]
3563 INIT(= "E1520: Internal error: ap_types or ap_types[idx] is NULL: %d: %s");