mirror of
https://github.com/vim/vim.git
synced 2025-10-19 08:04:27 -04:00
patch 8.2.4012: error messages are spread out
Problem: Error messages are spread out. Solution: Move the last error messages to errors.h.
This commit is contained in:
@@ -1248,7 +1248,7 @@ mzscheme_init(void)
|
||||
#endif
|
||||
if (load_base_module_failed || startup_mzscheme())
|
||||
{
|
||||
emsg(_("E895: Sorry, this command is disabled, the MzScheme's racket/base module could not be loaded."));
|
||||
emsg(_(e_sorry_this_command_is_disabled_the_mzscheme_racket_base_module_could_not_be_loaded));
|
||||
return -1;
|
||||
}
|
||||
initialized = TRUE;
|
||||
|
Reference in New Issue
Block a user