mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14: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:
@@ -3326,7 +3326,7 @@ ex_viminfo(
|
||||
{
|
||||
if (read_viminfo(eap->arg, VIF_WANT_INFO | VIF_WANT_MARKS
|
||||
| (eap->forceit ? VIF_FORCEIT : 0)) == FAIL)
|
||||
emsg(_("E195: Cannot open viminfo file for reading"));
|
||||
emsg(_(e_cannot_open_viminfo_file_for_reading));
|
||||
}
|
||||
else
|
||||
write_viminfo(eap->arg, eap->forceit);
|
||||
|
Reference in New Issue
Block a user