comparison runtime/doc/message.txt @ 34554:495218030237 v9.1.0178

patch 9.1.0178: E1513 might be confusing Commit: https://github.com/vim/vim/commit/0a32b8854b52381fd17a6fcc5e38a3b9e77c8923 Author: Christian Brabandt <cb@256bit.org> Date: Wed Mar 13 20:59:27 2024 +0100 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>
author Christian Brabandt <cb@256bit.org>
date Wed, 13 Mar 2024 21:15:03 +0100
parents 157cf882799f
children
comparison
equal deleted inserted replaced
34553:60732c628611 34554:495218030237
1 *message.txt* For Vim version 9.1. Last change: 2024 Mar 05 1 *message.txt* For Vim version 9.1. Last change: 2024 Mar 13
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
121 121
122 You cannot have two buffers with exactly the same name. This includes the 122 You cannot have two buffers with exactly the same name. This includes the
123 path leading to the file. 123 path leading to the file.
124 124
125 *E1513* 125 *E1513*
126 Cannot edit buffer. 'winfixbuf' is enabled ~ 126 Cannot switch buffer. 'winfixbuf' is enabled ~
127 127
128 If a window has 'winfixbuf' enabled, you cannot change that window's current 128 If a window has 'winfixbuf' enabled, you cannot change that window's current
129 buffer. You need to set 'nowinfixbuf' before continuing. You may use [!] to 129 buffer. You need to set 'nowinfixbuf' before continuing. You may use [!] to
130 force the window to switch buffers, if your command supports it. 130 force the window to switch buffers, if your command supports it.
131 131