mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.2.3750: error messages are everywhere
Problem: Error messages are everywhere. Solution: Move more error messages to errors.h and adjust the names.
This commit is contained in:
@@ -3763,7 +3763,7 @@ trans_function_name(
|
||||
// It's script-local, "s:" or "<SID>"
|
||||
if (current_sctx.sc_sid <= 0)
|
||||
{
|
||||
emsg(_(e_usingsid));
|
||||
emsg(_(e_using_sid_not_in_script_context));
|
||||
goto theend;
|
||||
}
|
||||
sprintf((char *)sid_buf, "%ld_", (long)current_sctx.sc_sid);
|
||||
|
Reference in New Issue
Block a user