File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1
- *windows.txt* For Vim バージョン 9.1. Last change: 2024 Dec 16
1
+ *windows.txt* For Vim バージョン 9.1. Last change: 2024 Dec 29
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1029,7 +1029,7 @@ CTRL-W g } *CTRL-W_g}*
1029
1029
[!] について| :buffer-! | を参照。これはバッファリストにないバッ
1030
1030
ファも'buflisted' フラグを設定することなく編集する。ここではシ
1031
1031
ングルクォート付きの記法は使えない。`:pbuffer 12'345'` は
1032
- 12'345 をバッファ名として使う。
1032
+ 12'345' をバッファ名として使う。
1033
1033
| +cmd | も参照。
1034
1034
1035
1035
*:ped* *:pedit*
@@ -1302,7 +1302,7 @@ CTRL-W g } *CTRL-W_g}*
1302
1302
ば、そのままカレントバッファが編集される。[!] については
1303
1303
| :buffer-! | を参照。これはバッファリストにないバッファも
1304
1304
'buflisted' フラグを設定することなく編集する。ここではシングル
1305
- クォート付きの記法は使えない。`:buf 12'345'` は 12'345 をバッ
1305
+ クォート付きの記法は使えない。`:buf 12'345'` は 12'345' をバッ
1306
1306
ファ名として使う。
1307
1307
| +cmd | も参照。
1308
1308
Original file line number Diff line number Diff line change 1
- *windows.txt* For Vim version 9.1. Last change: 2024 Dec 16
1
+ *windows.txt* For Vim version 9.1. Last change: 2024 Dec 29
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1011,8 +1011,9 @@ CTRL-W g } *CTRL-W_g}*
1011
1011
If [N] is not given, the current buffer remains being edited.
1012
1012
See | :buffer-! | for [!]. This will also edit a buffer that is
1013
1013
not in the buffer list, without setting the 'buflisted' flag.
1014
- The notation with single quotes does not work here, `:pbuffer
1015
- 12'345'` uses 12'345 as a buffer name. Also see | +cmd | .
1014
+ The notation with single quotes does not work here,
1015
+ `:pbuffer 12'345'` uses 12'345' as a buffer name.
1016
+ Also see | +cmd | .
1016
1017
1017
1018
*:ped* *:pedit*
1018
1019
:ped[it][!] [++opt] [+cmd] {file}
@@ -1280,7 +1281,7 @@ list of buffers. |unlisted-buffer|
1280
1281
[!]. This will also edit a buffer that is not in the buffer
1281
1282
list, without setting the 'buflisted' flag.
1282
1283
The notation with single quotes does not work here,
1283
- `:buf 12'345'` uses 12'345 as a buffer name.
1284
+ `:buf 12'345'` uses 12'345' as a buffer name.
1284
1285
Also see | +cmd | .
1285
1286
1286
1287
:[N] b[uffer][!] [+cmd] {bufname} *{bufname}*
You can’t perform that action at this time.
0 commit comments