File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed
Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 1- *message.txt* For Vim バージョン 9.1. Last change: 2023 Doc 20
1+ *message.txt* For Vim バージョン 9.1. Last change: 2024 Mar 05
22
33
44 VIMリファレンスマニュアル by Bram Moolenaar
@@ -122,6 +122,14 @@ LIST OF MESSAGES
122122完全に同名のバッファを2つ持つことはできない。これにはファイルに繋がるパスも含
123123まれる。
124124
125+ *E1513*
126+ Cannot edit buffer. 'winfixbuf' is enabled ~
127+
128+ ウィンドウで 'winfixbuf' が有効になっている場合、そのウィンドウのカレントバッ
129+ ファを変更することはできない。続行する前に 'nowinfixbuf' を設定する必要がある。
130+ コマンドがサポートしていれば、[!] を使用してウィンドウのバッファを強制的に切り
131+ 替えることができる。
132+
125133 *E72*
126134 Close error on swap file ~
127135
Original file line number Diff line number Diff line change 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 05
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -122,6 +122,13 @@ wiped out a buffer which contains a mark or is referenced in another way.
122122You cannot have two buffers with exactly the same name. This includes the
123123path leading to the file.
124124
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+
125132 *E72*
126133 Close error on swap file ~
127134
You can’t perform that action at this time.
0 commit comments