mirror of
https://github.com/vim/vim.git
synced 2025-09-29 04:34:16 -04:00
patch 9.0.1133: error message names do not match the items
Problem: Error message names do not match the items. Solution: Add "_str" when the text contains "%s".
This commit is contained in:
@@ -1923,7 +1923,8 @@ u_read_undo(char_u *name, char_u *hash, char_u *orig_name UNUSED)
|
||||
#ifdef FEAT_CRYPT
|
||||
if (*curbuf->b_p_key == NUL)
|
||||
{
|
||||
semsg(_(e_non_encrypted_file_has_encrypted_undo_file), file_name);
|
||||
semsg(_(e_non_encrypted_file_has_encrypted_undo_file_str),
|
||||
file_name);
|
||||
goto error;
|
||||
}
|
||||
bi.bi_state = crypt_create_from_file(fp, curbuf->b_p_key);
|
||||
|
Reference in New Issue
Block a user