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
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -122,6 +122,14 @@ LIST OF MESSAGES
122
122
完全に同名のバッファを2つ持つことはできない。これにはファイルに繋がるパスも含
123
123
まれる。
124
124
125
+ *E1513*
126
+ Cannot edit buffer. 'winfixbuf' is enabled ~
127
+
128
+ ウィンドウで 'winfixbuf' が有効になっている場合、そのウィンドウのカレントバッ
129
+ ファを変更することはできない。続行する前に 'nowinfixbuf' を設定する必要がある。
130
+ コマンドがサポートしていれば、[!] を使用してウィンドウのバッファを強制的に切り
131
+ 替えることができる。
132
+
125
133
*E72*
126
134
Close error on swap file ~
127
135
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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -122,6 +122,13 @@ wiped out a buffer which contains a mark or is referenced in another way.
122
122
You cannot have two buffers with exactly the same name. This includes the
123
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
132
*E72*
126
133
Close error on swap file ~
127
134
You can’t perform that action at this time.
0 commit comments