summaryrefslogtreecommitdiffstats
path: root/runtime
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 /runtime
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 'runtime')
-rw-r--r--runtime/doc/message.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/message.txt b/runtime/doc/message.txt
index 4abdd9e5d9..6453b95fab 100644
--- a/runtime/doc/message.txt
+++ b/runtime/doc/message.txt
@@ -1,4 +1,4 @@
-*message.txt* For Vim version 9.1. Last change: 2024 Mar 05
+*message.txt* For Vim version 9.1. Last change: 2024 Mar 13
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -123,7 +123,7 @@ You cannot have two buffers with exactly the same name. This includes the
path leading to the file.
*E1513*
- Cannot edit buffer. 'winfixbuf' is enabled ~
+ Cannot switch buffer. 'winfixbuf' is enabled ~
If a window has 'winfixbuf' enabled, you cannot change that window's current
buffer. You need to set 'nowinfixbuf' before continuing. You may use [!] to