mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 8.2.4003: error messages are spread out
Problem: Error messages are spread out. Solution: Move more error messages to errors.h.
This commit is contained in:
@@ -1401,7 +1401,7 @@ handle_did_throw()
|
||||
{
|
||||
case ET_USER:
|
||||
vim_snprintf((char *)IObuff, IOSIZE,
|
||||
_("E605: Exception not caught: %s"),
|
||||
_(e_exception_not_caught_str),
|
||||
current_exception->value);
|
||||
p = (char *)vim_strsave(IObuff);
|
||||
break;
|
||||
|
Reference in New Issue
Block a user