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
22
33
44 VIMリファレンスマニュアル by Bram Moolenaar
@@ -1029,7 +1029,7 @@ CTRL-W g } *CTRL-W_g}*
10291029 [!] について| :buffer-! | を参照。これはバッファリストにないバッ
10301030 ファも'buflisted' フラグを設定することなく編集する。ここではシ
10311031 ングルクォート付きの記法は使えない。`:pbuffer 12'345'` は
1032- 12'345 をバッファ名として使う。
1032+ 12'345' をバッファ名として使う。
10331033 | +cmd | も参照。
10341034
10351035 *:ped* *:pedit*
@@ -1302,7 +1302,7 @@ CTRL-W g } *CTRL-W_g}*
13021302 ば、そのままカレントバッファが編集される。[!] については
13031303 | :buffer-! | を参照。これはバッファリストにないバッファも
13041304 'buflisted' フラグを設定することなく編集する。ここではシングル
1305- クォート付きの記法は使えない。`:buf 12'345'` は 12'345 をバッ
1305+ クォート付きの記法は使えない。`:buf 12'345'` は 12'345' をバッ
13061306 ファ名として使う。
13071307 | +cmd | も参照。
13081308
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
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1011,8 +1011,9 @@ CTRL-W g } *CTRL-W_g}*
10111011 If [N] is not given, the current buffer remains being edited.
10121012 See | :buffer-! | for [!]. This will also edit a buffer that is
10131013 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 | .
10161017
10171018 *:ped* *:pedit*
10181019:ped[it][!] [++opt] [+cmd] {file}
@@ -1280,7 +1281,7 @@ list of buffers. |unlisted-buffer|
12801281 [!]. This will also edit a buffer that is not in the buffer
12811282 list, without setting the 'buflisted' flag.
12821283 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.
12841285 Also see | +cmd | .
12851286
12861287:[N] b[uffer][!] [+cmd] {bufname} *{bufname}*
You can’t perform that action at this time.
0 commit comments