forked from aniani/vim
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:
@@ -4809,7 +4809,7 @@ readdir_core(
|
||||
if (!ok)
|
||||
{
|
||||
failed = TRUE;
|
||||
semsg(_(e_notopen), path);
|
||||
semsg(_(e_cant_open_file_str), path);
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -4879,7 +4879,7 @@ readdir_core(
|
||||
if (dirp == NULL)
|
||||
{
|
||||
failed = TRUE;
|
||||
semsg(_(e_notopen), path);
|
||||
semsg(_(e_cant_open_file_str), path);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user