aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2024-03-14 06:44:50 +0800
committerGitHub <noreply@github.com>2024-03-14 06:44:50 +0800
commitb17be231a61f69b52eb809b6c72b20d3b089495d (patch)
treeba51454c65693b7f738da60e52f4c4fb80c874b9 /runtime/doc
parentbbb68e2a034ad3aaea99178c09301ca458ee8dff (diff)
downloadrneovim-b17be231a61f69b52eb809b6c72b20d3b089495d.tar.gz
rneovim-b17be231a61f69b52eb809b6c72b20d3b089495d.tar.bz2
rneovim-b17be231a61f69b52eb809b6c72b20d3b089495d.zip
vim-patch:9.1.0178: E1513 might be confusing (#27846)
Problem: E1513 might be confusing (Christoph Thoma) Solution: reword error message, fix test to not depend on the actual message fixes: vim/vim#14189 https://github.com/vim/vim/commit/0a32b8854b52381fd17a6fcc5e38a3b9e77c8923 Co-authored-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/message.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/message.txt b/runtime/doc/message.txt
index 16d88407d5..afe64300e7 100644
--- a/runtime/doc/message.txt
+++ b/runtime/doc/message.txt
@@ -115,7 +115,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