Skip to content

Commit 24d9554

Browse files
committed
Update message.{txt,jax}
1 parent 28299e6 commit 24d9554

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

doc/message.jax

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

en/message.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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.
122122
You cannot have two buffers with exactly the same name. This includes the
123123
path 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

0 commit comments

Comments
 (0)