Skip to content

Commit 5312fd1

Browse files
committed
Update windows.{txt,jax}
1 parent ff5ded3 commit 5312fd1

File tree

2 files changed

+26
-7
lines changed

2 files changed

+26
-7
lines changed

doc/windows.jax

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*windows.txt* For Vim バージョン 9.1. Last change: 2024 Dec 14
1+
*windows.txt* For Vim バージョン 9.1. Last change: 2024 Dec 16
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1022,6 +1022,16 @@ CTRL-W g } *CTRL-W_g}*
10221022
(必要なら)高さNの新しいプレビューウィンドウを作成する。 Nが与
10231023
えられなければ、'previewheight' が使われる。
10241024

1025+
*:pb* *:pbuffer*
1026+
:[N]pb[uffer][!] [+cmd] [N]
1027+
バッファリストのバッファ [N] をプレビューウィンドウで編集する。
1028+
[N] が与えられなければ、そのままカレントバッファが編集される。
1029+
[!] について|:buffer-!| を参照。これはバッファリストにないバッ
1030+
ファも'buflisted' フラグを設定することなく編集する。ここではシ
1031+
ングルクォート付きの記法は使えない。`:pbuffer 12'345'` は
1032+
12'345 をバッファ名として使う。
1033+
|+cmd| も参照。
1034+
10251035
*:ped* *:pedit*
10261036
:ped[it][!] [++opt] [+cmd] {file}
10271037
{file} をプレビューウィンドウで編集する。プレビューウィンドウ
@@ -1288,12 +1298,12 @@ CTRL-W g } *CTRL-W_g}*
12881298
る必要がある。
12891299

12901300
:[N]b[uffer][!] [+cmd] [N] *:b* *:bu* *:buf* *:buffer* *E86*
1291-
バッファリストのバッファ[N]を編集する。 [N]が与えられなけれ
1292-
ば、そのままカレントバッファが編集される。 [!]については
1301+
バッファリストのバッファ [N] を編集する。[N] が与えられなけれ
1302+
ば、そのままカレントバッファが編集される。[!] について
12931303
|:buffer-!| を参照。これはバッファリストにないバッファも
1294-
'buflisted' フラグを設定することなく編集する。
1295-
ここではシングルクォート付きの記法は使えない。
1296-
`:buf 12'345'` は 12'345 をバッファ名として使う
1304+
'buflisted' フラグを設定することなく編集する。ここではシングル
1305+
クォート付きの記法は使えない。`:buf 12'345'` は 12'345 をバッ
1306+
ファ名として使う
12971307
|+cmd| も参照。
12981308

12991309
:[N]b[uffer][!] [+cmd] {bufname} *{bufname}*

en/windows.txt

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*windows.txt* For Vim version 9.1. Last change: 2024 Dec 14
1+
*windows.txt* For Vim version 9.1. Last change: 2024 Dec 16
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1005,6 +1005,15 @@ CTRL-W g } *CTRL-W_g}*
10051005
it. Make the new Preview window (if required) N high. If N is
10061006
not given, 'previewheight' is used.
10071007

1008+
*:pb* *:pbuffer*
1009+
:[N]pb[uffer][!] [+cmd] [N]
1010+
Edit buffer [N] from the buffer list in the preview window.
1011+
If [N] is not given, the current buffer remains being edited.
1012+
See |:buffer-!| for [!]. This will also edit a buffer that is
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|.
1016+
10081017
*:ped* *:pedit*
10091018
:ped[it][!] [++opt] [+cmd] {file}
10101019
Edit {file} in the preview window. The preview window is

0 commit comments

Comments
 (0)