forked from aniani/vim
patch 8.2.3197: error messages are spread out
Problem: Error messages are spread out. Solution: Move a few more error messages to errors.h.
This commit is contained in:
@@ -1769,7 +1769,7 @@ qf_init_ext(
|
||||
retval = qfl->qf_count;
|
||||
goto qf_init_end;
|
||||
}
|
||||
emsg(_(e_readerrf));
|
||||
emsg(_(e_error_while_reading_errorfile));
|
||||
error2:
|
||||
if (!adding)
|
||||
{
|
||||
|
Reference in New Issue
Block a user