mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 8.2.3986: error messages are spread out
Problem: Error messages are spread out. Solution: Move more error messages to errors.h.
This commit is contained in:
@@ -4385,8 +4385,7 @@ buf_reload(buf_T *buf, int orig_mode)
|
||||
if (savebuf == NULL || saved == FAIL || buf != curbuf
|
||||
|| move_lines(buf, savebuf) == FAIL)
|
||||
{
|
||||
semsg(_("E462: Could not prepare for reloading \"%s\""),
|
||||
buf->b_fname);
|
||||
semsg(_(e_could_not_prepare_for_reloading_str), buf->b_fname);
|
||||
saved = FAIL;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user