mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
patch 8.2.3977: error messages are spread out
Problem: Error messages are spread out. Solution: Move more error messages to errors.h.
This commit is contained in:
@@ -919,7 +919,7 @@ Python_Init(void)
|
||||
#ifdef DYNAMIC_PYTHON
|
||||
if (!python_enabled(TRUE))
|
||||
{
|
||||
emsg(_("E263: Sorry, this command is disabled, the Python library could not be loaded."));
|
||||
emsg(_(e_sorry_this_command_is_disabled_python_library_could_not_be_found));
|
||||
goto fail;
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user