]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(doc): clarify separator cell on status line rows
authorHirohito Higashi <h.east.727@gmail.com>
Wed, 29 Apr 2026 21:44:12 +0000 (21:44 +0000)
committerChristian Brabandt <cb@256bit.org>
Wed, 29 Apr 2026 21:44:12 +0000 (21:44 +0000)
commitf793e98068a3de540caf539ff0ecb35f06aa2a08
tree7c1764fd7f492959399b0d96fd41c14d195ecd79
parent620557bd48865fa3d927901764d2747bf68597b5
runtime(doc): clarify separator cell on status line rows

- Expand hl-VertSplit / hl-VertSplitNC in syntax.txt to spell out which
  character (space vs 'fillchars' "vert") and which highlight group
  (StatusLine / StatusLineNC / VertSplit / VertSplitNC) are used at the
  separator cell on each kind of screen row.
- Add cross references from hl-StatusLine and hl-StatusLineNC to
  hl-VertSplit / hl-VertSplitNC.

The behavior itself is unchanged — see v9.2.0349 (c72196529) — but the
asymmetry reported in #20089 surprised users, so this aims to make the
spec discoverable from the highlight group docs.

closes: #20101

Signed-off-by: Hirohito Higashi <h.east.727@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/syntax.txt