mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.2.3069: error messages are spread out
Problem: Error messages are spread out. Solution: Move some error messages to errors.h. Use clearer names.
This commit is contained in:
@@ -1328,7 +1328,7 @@ eval_number(
|
||||
: STR2NR_ALL, &n, NULL, 0, TRUE);
|
||||
if (len == 0)
|
||||
{
|
||||
semsg(_(e_invexpr2), *arg);
|
||||
semsg(_(e_invalid_expression_str), *arg);
|
||||
return FAIL;
|
||||
}
|
||||
*arg += len;
|
||||
|
Reference in New Issue
Block a user