Skip to content

Commit a57933c

Browse files
authored
Merge pull request #2580 from h-east/update-syntax
Update syntax.{txt,jax}
2 parents b29733e + bdafff4 commit a57933c

2 files changed

Lines changed: 18 additions & 4 deletions

File tree

doc/syntax.jax

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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*
57875787
ErrorMsg コマンドラインに現れるエラーメッセージ。
57885788
*hl-VertSplit*
5789-
VertSplit 垂直分割したウィンドウの区切りとなる桁。
5789+
VertSplit カレントウィンドウに隣接する、垂直に分割されたウィンドウを区切
5790+
る桁。カレントウィンドウのステータスラインの行では、区切りセル
5791+
|hl-StatusLine| ハイライト付きのスペースとして描画されるた
5792+
め、不要な塗りつぶし文字グリフが表示されずにステータスラインに
5793+
溶け込む。
5794+
*hl-VertSplitNC*
5795+
VertSplitNC 非カレントウィンドウの垂直分割ウィンドウを区切る桁。デフォルト
5796+
では、|hl-VertSplit| のようにハイライトされる。
57905797
*hl-Folded*
57915798
Folded 閉じた折り畳みの行。
57925799
*hl-FoldColumn*

en/syntax.txt

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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*
59795979
ErrorMsg 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*
59835990
Folded Line used for closed folds.
59845991
*hl-FoldColumn*

0 commit comments

Comments
 (0)