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
16 changes: 5 additions & 11 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 Nov 09
*windows.txt* For Vim バージョン 9.1. Last change: 2025 Nov 11


VIM リファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -1163,16 +1163,10 @@ CTRL-W g } *CTRL-W_g}*
移動できる。Nはバッファの番号である。

ファイル名には、これらの特別な値が使用される:
[Prompt] |prompt-buffer|
[Popup] |popup-window| のバッファ
[Scratch] 'buftype' が "nofile"
[No Name] ファイル名が指定されていない
{訳注: 以下日本語メッセージの場合:
[Prompt] [プロンプト]
[Popup] [ポップアップ]
[Scratch] [下書き]
[No Name] [無名]
}
"[Prompt]" |prompt-buffer|
"[Popup]" |popup-window| のバッファ
"[Scratch]" 'buftype' が "nofile"
"[No Name]" ファイル名が指定されていない
|terminal-window| バッファの場合、状態が使われる。

指標 (同じ桁にある文字は互いに排他的):
Expand Down
10 changes: 5 additions & 5 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 Nov 10
*windows.txt* For Vim version 9.1. Last change: 2025 Nov 11


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -1145,10 +1145,10 @@ list of buffers. |unlisted-buffer|
or "N CTRL-^", where N is the buffer number.

For the file name these special values are used:
[Prompt] |prompt-buffer|
[Popup] buffer of a |popup-window|
[Scratch] 'buftype' is "nofile"
[No Name] no file name specified
"[Prompt]" |prompt-buffer|
"[Popup]" buffer of a |popup-window|
"[Scratch]" 'buftype' is "nofile"
"[No Name]" no file name specified
For a |terminal-window| buffer the status is used.

Indicators (chars in the same column are mutually exclusive):
Expand Down