mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
patch 9.1.0178: E1513 might be confusing
Problem: E1513 might be confusing (Christoph Thoma) Solution: reword error message, fix test to not depend on the actual message fixes: #14189 Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
@@ -3614,4 +3614,4 @@ EXTERN char e_wrong_number_of_characters_for_field_str[]
|
||||
EXTERN char e_wrong_character_width_for_field_str[]
|
||||
INIT(= N_("E1512: Wrong character width for field \"%s\""));
|
||||
EXTERN char e_winfixbuf_cannot_go_to_buffer[]
|
||||
INIT(= N_("E1513: Cannot edit buffer. 'winfixbuf' is enabled"));
|
||||
INIT(= N_("E1513: Cannot switch buffer. 'winfixbuf' is enabled"));
|
||||
|
Reference in New Issue
Block a user