summaryrefslogtreecommitdiffstats
path: root/src/errors.h
diff options
context:
space:
mode:
authorChristian Brabandt <cb@256bit.org>2024-03-13 20:59:27 +0100
committerChristian Brabandt <cb@256bit.org>2024-03-13 20:59:27 +0100
commit0a32b8854b52381fd17a6fcc5e38a3b9e77c8923 (patch)
tree55566ff53c9fe6281bfa96c70f6a1e8be0b06e3a /src/errors.h
parent8c55d60658b7ee3458dca57fc5eec90ca9bb9bf3 (diff)
patch 9.1.0178: E1513 might be confusingv9.1.0178
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>
Diffstat (limited to 'src/errors.h')
-rw-r--r--src/errors.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/errors.h b/src/errors.h
index 6e7f28d899..5dccc63b7a 100644
--- a/src/errors.h
+++ b/src/errors.h
@@ -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"));