Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions doc/windows.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*windows.txt* For Vim バージョン 9.1. Last change: 2024 Dec 16
*windows.txt* For Vim バージョン 9.1. Last change: 2024 Dec 29


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -1029,7 +1029,7 @@ CTRL-W g } *CTRL-W_g}*
[!] について|:buffer-!| を参照。これはバッファリストにないバッ
ファも'buflisted' フラグを設定することなく編集する。ここではシ
ングルクォート付きの記法は使えない。`:pbuffer 12'345'` は
12'345 をバッファ名として使う。
12'345' をバッファ名として使う。
|+cmd| も参照。

*:ped* *:pedit*
Expand Down Expand Up @@ -1302,7 +1302,7 @@ CTRL-W g } *CTRL-W_g}*
ば、そのままカレントバッファが編集される。[!] については
|:buffer-!| を参照。これはバッファリストにないバッファも
'buflisted' フラグを設定することなく編集する。ここではシングル
クォート付きの記法は使えない。`:buf 12'345'` は 12'345 をバッ
クォート付きの記法は使えない。`:buf 12'345'` は 12'345' をバッ
ファ名として使う。
|+cmd| も参照。

Expand Down
9 changes: 5 additions & 4 deletions en/windows.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*windows.txt* For Vim version 9.1. Last change: 2024 Dec 16
*windows.txt* For Vim version 9.1. Last change: 2024 Dec 29


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -1011,8 +1011,9 @@ CTRL-W g } *CTRL-W_g}*
If [N] is not given, the current buffer remains being edited.
See |:buffer-!| for [!]. This will also edit a buffer that is
not in the buffer list, without setting the 'buflisted' flag.
The notation with single quotes does not work here, `:pbuffer
12'345'` uses 12'345 as a buffer name. Also see |+cmd|.
The notation with single quotes does not work here,
`:pbuffer 12'345'` uses 12'345' as a buffer name.
Also see |+cmd|.

*:ped* *:pedit*
:ped[it][!] [++opt] [+cmd] {file}
Expand Down Expand Up @@ -1280,7 +1281,7 @@ list of buffers. |unlisted-buffer|
[!]. This will also edit a buffer that is not in the buffer
list, without setting the 'buflisted' flag.
The notation with single quotes does not work here,
`:buf 12'345'` uses 12'345 as a buffer name.
`:buf 12'345'` uses 12'345' as a buffer name.
Also see |+cmd|.

:[N]b[uffer][!] [+cmd] {bufname} *{bufname}*
Expand Down
Loading