mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -04:00
patch 8.2.4010: error messages are spread out
Problem: Error messages are spread out. Solution: Move more error messages to errors.h.
This commit is contained in:
@@ -200,7 +200,7 @@ crypt_method_nr_from_magic(char *ptr, int len)
|
||||
|
||||
i = (int)STRLEN(crypt_magic_head);
|
||||
if (len >= i && memcmp(ptr, crypt_magic_head, i) == 0)
|
||||
emsg(_("E821: File is encrypted with unknown method"));
|
||||
emsg(_(e_file_is_encrypted_with_unknown_method));
|
||||
|
||||
return -1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user