mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 8.2.3975: error messages are spread out
Problem: Error messages are spread out. Solution: Move more error messages to errors.h.
This commit is contained in:
@@ -4155,7 +4155,7 @@ buf_check_timestamp(
|
||||
if (n)
|
||||
{
|
||||
if (!bufref_valid(&bufref))
|
||||
emsg(_("E246: FileChangedShell autocommand deleted buffer"));
|
||||
emsg(_(e_filechangedshell_autocommand_deleted_buffer));
|
||||
#ifdef FEAT_EVAL
|
||||
s = get_vim_var_str(VV_FCS_CHOICE);
|
||||
if (STRCMP(s, "reload") == 0 && *reason != 'd')
|
||||
|
Reference in New Issue
Block a user