mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.2.4008: error messages are spread out
Problem: Error messages are spread out. Solution: Move more error messages to errors.h.
This commit is contained in:
@@ -2194,8 +2194,7 @@ check_overwrite(
|
||||
else
|
||||
#endif
|
||||
{
|
||||
semsg(_("E768: Swap file exists: %s (:silent! overrides)"),
|
||||
swapname);
|
||||
semsg(_(e_swap_file_exists_str_silent_overrides), swapname);
|
||||
vim_free(swapname);
|
||||
return FAIL;
|
||||
}
|
||||
|
Reference in New Issue
Block a user