Skip to content

Commit feb313e

Browse files
authored
Merge pull request #2532 from h-east/update-windows
Update windows.{txt,jax}
2 parents 1088743 + 1aebd8a commit feb313e

2 files changed

Lines changed: 6 additions & 8 deletions

File tree

doc/windows.jax

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,9 @@ Buf/Win Enter/Leave 時の自動コマンド|autocommand|は、新しいウィ
126126
'laststatus' = 1 ウィンドウが2つ以上ある場合に表示する。
127127
'laststatus' = 2 常にステータス行を表示する。
128128

129-
ステータス行の内容は 'statusline' オプションで変更できる。
130-
このオプションはウィンドウについてローカルにすることもでき、そうすると各ウィン
131-
ドウごとに異なるステータスラインを表示することができる。
132-
'statuslineopt' オプションを使用してステータスラインの高さを変更できる。
129+
ステータスラインの内容と高さは、'statusline' および 'statuslineopt' オプション
130+
で変更できる。どちらもウィンドウごとにローカルに設定できるため、各ウィンドウに
131+
固有のステータスラインの外観と高さを設定できる。
133132

134133
通常、ステータス行は反転表示される。これは 'highlight' オプションの 's' キャラ
135134
クタで変更できる。例えば、"sb" は太文字に設定する。ステータス行にハイライトを

en/windows.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,9 @@ when the last window also has a status line:
122122
'laststatus' = 1 status line if there is more than one window
123123
'laststatus' = 2 always a status line
124124

125-
You can change the contents of the status line with the 'statusline' option.
126-
This option can be local to the window, so that you can have a different
127-
status line in each window.
128-
You can change the height of the status line with the 'statuslineopt' option.
125+
You can change the contents and height of the status line with the
126+
'statusline' and 'statuslineopt' options. Both can be local to the window,
127+
allowing each window to have a unique status line appearance and height.
129128

130129
Normally, inversion is used to display the status line. This can be changed
131130
with the 's' character in the 'highlight' option. For example, "sb" sets it

0 commit comments

Comments
 (0)