mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 8.2.3983: error messages are spread out
Problem: Error messages are spread out. Solution: Move more error messages to errors.h.
This commit is contained in:
@@ -4402,7 +4402,7 @@ buf_reload(buf_T *buf, int orig_mode)
|
||||
#if defined(FEAT_EVAL)
|
||||
if (!aborting())
|
||||
#endif
|
||||
semsg(_("E321: Could not reload \"%s\""), buf->b_fname);
|
||||
semsg(_(e_could_not_reload_str), buf->b_fname);
|
||||
if (savebuf != NULL && bufref_valid(&bufref) && buf == curbuf)
|
||||
{
|
||||
// Put the text back from the save buffer. First
|
||||
|
Reference in New Issue
Block a user