mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -04:00
patch 8.2.3970: error messages are spread out
Problem: Error messages are spread out. Solution: Move more errors to errors.h.
This commit is contained in:
@@ -1770,7 +1770,7 @@ ex_catch(exarg_T *eap)
|
||||
if (end != NULL && *end != NUL
|
||||
&& !ends_excmd2(end, skipwhite(end + 1)))
|
||||
{
|
||||
semsg(_(e_trailing_arg), end);
|
||||
semsg(_(e_trailing_characters_str), end);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user