mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -04:00
patch 8.2.3967: error messages are spread out
Problem: Error messages are spread out. Solution: Move more errors to errors.h.
This commit is contained in:
@@ -1467,7 +1467,7 @@ openscript(
|
||||
expand_env(name, NameBuff, MAXPATHL);
|
||||
if ((scriptin[curscript] = mch_fopen((char *)NameBuff, READBIN)) == NULL)
|
||||
{
|
||||
semsg(_(e_notopen), name);
|
||||
semsg(_(e_cant_open_file_str), name);
|
||||
if (curscript)
|
||||
--curscript;
|
||||
return;
|
||||
|
Reference in New Issue
Block a user