mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.2.4022: two error messages in the wrong file
Problem: Two error messages in the wrong file. Solution: Use the error message from errors.h.
This commit is contained in:
@@ -618,7 +618,7 @@ parse_addr_type_arg(
|
||||
for (i = 0; err[i] != NUL && !VIM_ISWHITE(err[i]); i++)
|
||||
;
|
||||
err[i] = NUL;
|
||||
semsg(_("E180: Invalid address type value: %s"), err);
|
||||
semsg(_(e_invalid_address_type_value_str), err);
|
||||
return FAIL;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user