From 0a32b8854b52381fd17a6fcc5e38a3b9e77c8923 Mon Sep 17 00:00:00 2001 From: Christian Brabandt Date: Wed, 13 Mar 2024 20:59:27 +0100 Subject: 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 --- runtime/doc/message.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'runtime/doc') 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 -- cgit v1.2.3