Skip to content

Commit

Permalink
Merge pull request #1895 from h-east/update-windows
Browse files Browse the repository at this point in the history
Update windows.{txt,jax}
  • Loading branch information
h-east authored Dec 29, 2024
2 parents 00e4a28 + d341415 commit ad26ce2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
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

0 comments on commit ad26ce2

Please sign in to comment.