File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- *syntax.txt* For Vim バージョン 9.2. Last change: 2026 Mar 22
1+ *syntax.txt* For Vim バージョン 9.2. Last change: 2026 Apr 14
22
33
44 VIM リファレンスマニュアル by Bram Moolenaar
@@ -5786,7 +5786,14 @@ EndOfBuffer バッファ中で最終行以降の領域を埋めるための行 (
57865786 *hl-ErrorMsg*
57875787ErrorMsg コマンドラインに現れるエラーメッセージ。
57885788 *hl-VertSplit*
5789- VertSplit 垂直分割したウィンドウの区切りとなる桁。
5789+ VertSplit カレントウィンドウに隣接する、垂直に分割されたウィンドウを区切
5790+ る桁。カレントウィンドウのステータスラインの行では、区切りセル
5791+ は | hl-StatusLine | ハイライト付きのスペースとして描画されるた
5792+ め、不要な塗りつぶし文字グリフが表示されずにステータスラインに
5793+ 溶け込む。
5794+ *hl-VertSplitNC*
5795+ VertSplitNC 非カレントウィンドウの垂直分割ウィンドウを区切る桁。デフォルト
5796+ では、| hl-VertSplit | のようにハイライトされる。
57905797 *hl-Folded*
57915798Folded 閉じた折り畳みの行。
57925799 *hl-FoldColumn*
Original file line number Diff line number Diff line change 1- *syntax.txt* For Vim version 9.2. Last change: 2026 Mar 22
1+ *syntax.txt* For Vim version 9.2. Last change: 2026 Apr 14
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -5978,7 +5978,14 @@ EndOfBuffer Filler lines (~) after the last line in the buffer.
59785978 *hl-ErrorMsg*
59795979ErrorMsg Error messages on the command line.
59805980 *hl-VertSplit*
5981- VertSplit Column separating vertically split windows.
5981+ VertSplit Column separating vertically split windows that are adjacent
5982+ to the current window. On the current window's status line
5983+ rows, the separator cell is drawn as a space with the
5984+ | hl-StatusLine | highlight so it blends into the status line
5985+ without a stray fillchar glyph.
5986+ *hl-VertSplitNC*
5987+ VertSplitNC Column separating vertically split windows of non-current
5988+ windows. By default, highlighted like | hl-VertSplit | .
59825989 *hl-Folded*
59835990Folded Line used for closed folds.
59845991 *hl-FoldColumn*
You can’t perform that action at this time.
0 commit comments