Skip to content

Update windows.{txt,jax} #2063

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 2, 2025
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
7 changes: 4 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: 2025 Jan 02
*windows.txt* For Vim バージョン 9.1. Last change: 2025 Apr 30


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -1309,8 +1309,9 @@ CTRL-W g } *CTRL-W_g}*
:[N]b[uffer][!] [+cmd] {bufname} *{bufname}*
バッファリストの {bufname} のバッファを編集する。部分的な名前
も、バッファリスト内で一意である限り動作する。
バッファ名が数字であるバッファはその名前で参照することはできな
いことに注意。代わりにバッファ番号を使う。
Note バッファ名が数字であるバッファはその名前で参照することは
できないことに注意。代わりにバッファ番号を使う。バッファ名が
`+` で始まる場合も同様で、|+cmd| の開始として解釈される。
バッファ名の中のスペースの前にバックスラッシュを差し込む。
[!] については |:buffer-!| を参照。
これはバッファリストにないバッファも 'buflisted' フラグを設定
Expand Down
6 changes: 4 additions & 2 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: 2025 Jan 02
*windows.txt* For Vim version 9.1. Last change: 2025 Apr 30


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -1289,7 +1289,9 @@ list of buffers. |unlisted-buffer|
name also works, so long as it is unique in the list of
buffers.
Note that a buffer whose name is a number cannot be referenced
by that name; use the buffer number instead.
by that name; use the buffer number instead. Same is true if
the buffer name starts with a `+`, it will be interpreted as
the start of a |+cmd|.
Insert a backslash before a space in a buffer name.
See |:buffer-!| for [!].
This will also edit a buffer that is not in the buffer list,
Expand Down