comparison runtime/doc/message.txt @ 34470:dd8f5311cee5 v9.1.0147

patch 9.1.0147: Cannot keep a buffer focused in a window Commit: https://github.com/vim/vim/commit/215703563757a4464907ead6fb9edaeb7f430bea Author: Colin Kennedy <colinvfx@gmail.com> Date: Sun Mar 3 16:16:47 2024 +0100 patch 9.1.0147: Cannot keep a buffer focused in a window Problem: Cannot keep a buffer focused in a window (Amit Levy) Solution: Add the 'winfixbuf' window-local option (Colin Kennedy) fixes: #6445 closes: #13903 Signed-off-by: Colin Kennedy <colinvfx@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sun, 03 Mar 2024 16:30:06 +0100
parents 4635e43f2c6f
children 9ed46a11b4af
comparison
equal deleted inserted replaced
34469:055c08ca0446 34470:dd8f5311cee5
1 *message.txt* For Vim version 9.1. Last change: 2023 Dec 20 1 *message.txt* For Vim version 9.1. Last change: 2024 Mar 03
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
120 Buffer with this name already exists ~ 120 Buffer with this name already exists ~
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* >
126 Cannot edit buffer. 'winfixbuf' is enabled
127
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
130 force the window to switch buffers, if your command supports it.
131
125 *E72* 132 *E72*
126 Close error on swap file ~ 133 Close error on swap file ~
127 134
128 The |swap-file|, that is used to keep a copy of the edited text, could not be 135 The |swap-file|, that is used to keep a copy of the edited text, could not be
129 closed properly. Mostly harmless. 136 closed properly. Mostly harmless.