Skip to content

Commit 7fdcc00

Browse files
authored
Merge pull request #2623 from h-east/update-syntax
Update syntax.{txt,jax}
2 parents adfc3f6 + 44900eb commit 7fdcc00

2 files changed

Lines changed: 12 additions & 49 deletions

File tree

doc/syntax.jax

Lines changed: 6 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*syntax.txt* For Vim バージョン 9.2. Last change: 2026 May 04
1+
*syntax.txt* For Vim バージョン 9.2. Last change: 2026 May 08
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar
@@ -5799,26 +5799,12 @@ EndOfBuffer バッファ中で最終行以降の領域を埋めるための行 (
57995799
*hl-ErrorMsg*
58005800
ErrorMsg コマンドラインに現れるエラーメッセージ。
58015801
*hl-VertSplit*
5802-
VertSplit カレントウィンドウに隣接する垂直に分割されたウィンドウを区切る
5803-
桁。各画面行のセル文字とハイライト表示は、区切り線の両側のその
5804-
行の内容によって決まる:
5805-
- カレントウィンドウのステータスラインの行では、セルは
5806-
|hl-StatusLine| ハイライト付きの空白として描画されるため、視
5807-
覚的にカレントウィンドウのステータスラインに溶け込む。
5808-
- その他の行 (カレントウィンドウではなく、隣接する非カレント
5809-
ウィンドウのステータスライン行を含む) では、セルは
5810-
'fillchars' の "vert" 項目と VertSplit ハイライトで描画され
5811-
る。
5802+
VertSplit カレントウィンドウに隣接する、垂直分割されたウィンドウを区切る
5803+
桁。'fillchars' の "vert" 項目を使用して描画される。
58125804
*hl-VertSplitNC*
5813-
VertSplitNC 縦方向に分割されたウィンドウを区切る桁。隣接するウィンドウはど
5814-
ちらもカレントウィンドウではない。各画面行のセル文字とハイライ
5815-
ト表示は、区切り線の両側のその行の内容によって変化する。
5816-
- 隣接する (非カレント) ウィンドウのステータスラインの行では、
5817-
セルはそのウィンドウの |hl-StatusLineNC| ハイライト付きの空
5818-
白として描画されるため、視覚的にそのウィンドウのステータスラ
5819-
インに溶け込む:
5820-
- その他の行では、セルは 'fillchars' の "vert" 項目と
5821-
VertSplitNC ハイライトで描画される。
5805+
VertSplitNC 垂直方向に分割されたウィンドウを区切る桁。隣接するウィンドウの
5806+
どちらもカレントウィンドウではない場合に使用される。
5807+
'fillchars' の "vert" 項目を使用して描画される。
58225808
デフォルトでは、|hl-VertSplit| のようにハイライトされる。
58235809
*hl-Folded*
58245810
Folded 閉じた折り畳みの行。
@@ -5936,12 +5922,8 @@ SpellRare スペルチェッカによってまず使わないと判断される
59365922
これは他のハイライトと同時に組み合わせられる。
59375923
*hl-StatusLine*
59385924
StatusLine カレントウィンドウのステータスライン。
5939-
また、カレントウィンドウのステータスラインに隣接する垂直区切り
5940-
セルにも使用される。|hl-VertSplit| を参照。
59415925
*hl-StatusLineNC*
59425926
StatusLineNC 非カレントウィンドウのステータスライン。
5943-
また、非カレントウィンドウのステータスラインに隣接する垂直区切
5944-
りセルにも使用される。|hl-VertSplitNC| を参照。
59455927
Note: これが "StatusLine" に等しい場合、カレントウィンドウのス
59465928
テータスラインに "^^^" が使われる。
59475929
*hl-StatusLineTerm*

en/syntax.txt

Lines changed: 6 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*syntax.txt* For Vim version 9.2. Last change: 2026 May 04
1+
*syntax.txt* For Vim version 9.2. Last change: 2026 May 08
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -5992,28 +5992,13 @@ EndOfBuffer Filler lines (~) after the last line in the buffer.
59925992
*hl-ErrorMsg*
59935993
ErrorMsg Error messages on the command line.
59945994
*hl-VertSplit*
5995-
VertSplit Column separating vertically split windows that are adjacent
5996-
to the current window. The cell character and highlight at
5997-
each screen row depend on what is at that row on both sides
5998-
of the separator:
5999-
- On a status line row of the current window: the cell is
6000-
drawn as a space with the |hl-StatusLine| highlight, so it
6001-
visually merges into the current window's status line.
6002-
- On any other row (including a row that is a status line
6003-
row of the adjacent non-current window but not of the
6004-
current window): the cell is drawn with the "vert" item of
6005-
'fillchars' and the VertSplit highlight.
5995+
VertSplit Column separating vertically split windows that is adjacent
5996+
to the current window. Drawn with the "vert" item of
5997+
'fillchars'.
60065998
*hl-VertSplitNC*
60075999
VertSplitNC Column separating vertically split windows where neither
6008-
adjacent window is the current window. The cell character
6009-
and highlight at each screen row depend on what is at that
6010-
row on both sides of the separator:
6011-
- On a status line row of either adjacent (non-current)
6012-
window: the cell is drawn as a space with the
6013-
|hl-StatusLineNC| highlight of that window, so it visually
6014-
merges into that window's status line.
6015-
- On any other row: the cell is drawn with the "vert" item
6016-
of 'fillchars' and the VertSplitNC highlight.
6000+
adjacent window is the current window. Drawn with the
6001+
"vert" item of 'fillchars'.
60176002
By default, highlighted like |hl-VertSplit|.
60186003
*hl-Folded*
60196004
Folded Line used for closed folds.
@@ -6131,12 +6116,8 @@ SpellRare Word that is recognized by the spellchecker as one that is
61316116
This will be combined with the highlighting used otherwise.
61326117
*hl-StatusLine*
61336118
StatusLine Status line of current window.
6134-
Also used for the vertical separator cell adjacent to the
6135-
current window's status line. see |hl-VertSplit|.
61366119
*hl-StatusLineNC*
61376120
StatusLineNC status lines of not-current windows.
6138-
Also used for the vertical separator cell adjacent to the
6139-
non-current window's status line. see |hl-VertSplitNC|.
61406121
Note: If this is equal to "StatusLine", Vim will use "^^^" in
61416122
the status line of the current window.
61426123
*hl-StatusLineTerm*

0 commit comments

Comments
 (0)