File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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" は太文字に設定する。ステータス行にハイライトを
Original file line number Diff line number Diff 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
130129Normally, inversion is used to display the status line. This can be changed
131130with the 's' character in the 'highlight' option. For example, "sb" sets it
You can’t perform that action at this time.
0 commit comments