File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1- *windows.txt* For Vim バージョン 9.1. Last change: 2025 Jan 02
1+ *windows.txt* For Vim バージョン 9.1. Last change: 2025 Apr 30
22
33
44 VIMリファレンスマニュアル by Bram Moolenaar
@@ -1309,8 +1309,9 @@ CTRL-W g } *CTRL-W_g}*
13091309:[N] b[uffer][!] [+cmd] {bufname} *{bufname}*
13101310 バッファリストの {bufname} のバッファを編集する。部分的な名前
13111311 も、バッファリスト内で一意である限り動作する。
1312- バッファ名が数字であるバッファはその名前で参照することはできな
1313- いことに注意。代わりにバッファ番号を使う。
1312+ Note バッファ名が数字であるバッファはその名前で参照することは
1313+ できないことに注意。代わりにバッファ番号を使う。バッファ名が
1314+ `+ ` で始まる場合も同様で、| +cmd | の開始として解釈される。
13141315 バッファ名の中のスペースの前にバックスラッシュを差し込む。
13151316 [!] については | :buffer-! | を参照。
13161317 これはバッファリストにないバッファも 'buflisted' フラグを設定
Original file line number Diff line number Diff line change 1- *windows.txt* For Vim version 9.1. Last change: 2025 Jan 02
1+ *windows.txt* For Vim version 9.1. Last change: 2025 Apr 30
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1289,7 +1289,9 @@ list of buffers. |unlisted-buffer|
12891289 name also works, so long as it is unique in the list of
12901290 buffers.
12911291 Note that a buffer whose name is a number cannot be referenced
1292- by that name; use the buffer number instead.
1292+ by that name; use the buffer number instead. Same is true if
1293+ the buffer name starts with a `+ ` , it will be interpreted as
1294+ the start of a | +cmd | .
12931295 Insert a backslash before a space in a buffer name.
12941296 See | :buffer-! | for [!].
12951297 This will also edit a buffer that is not in the buffer list,
You can’t perform that action at this time.
0 commit comments