1
0
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:
Bram Moolenaar
2021-07-21 22:20:33 +02:00
parent 05bd9785fd
commit d8e44476d8
15 changed files with 61 additions and 35 deletions

View File

@@ -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)
{