File tree 2 files changed +8
-5
lines changed
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
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1309,8 +1309,9 @@ CTRL-W g } *CTRL-W_g}*
1309
1309
:[N] b[uffer][!] [+cmd] {bufname} *{bufname}*
1310
1310
バッファリストの {bufname} のバッファを編集する。部分的な名前
1311
1311
も、バッファリスト内で一意である限り動作する。
1312
- バッファ名が数字であるバッファはその名前で参照することはできな
1313
- いことに注意。代わりにバッファ番号を使う。
1312
+ Note バッファ名が数字であるバッファはその名前で参照することは
1313
+ できないことに注意。代わりにバッファ番号を使う。バッファ名が
1314
+ `+ ` で始まる場合も同様で、| +cmd | の開始として解釈される。
1314
1315
バッファ名の中のスペースの前にバックスラッシュを差し込む。
1315
1316
[!] については | :buffer-! | を参照。
1316
1317
これはバッファリストにないバッファも '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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1289,7 +1289,9 @@ list of buffers. |unlisted-buffer|
1289
1289
name also works, so long as it is unique in the list of
1290
1290
buffers.
1291
1291
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 | .
1293
1295
Insert a backslash before a space in a buffer name.
1294
1296
See | :buffer-! | for [!].
1295
1297
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