mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -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:
@@ -538,7 +538,7 @@ PythonIO_Init_io(void)
|
||||
|
||||
if (PyErr_Occurred())
|
||||
{
|
||||
emsg(_("E264: Python: Error initialising I/O objects"));
|
||||
emsg(_(e_python_error_initialising_io_object));
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user