|
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 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar |
@@ -5992,28 +5992,13 @@ EndOfBuffer Filler lines (~) after the last line in the buffer. |
5992 | 5992 | *hl-ErrorMsg* |
5993 | 5993 | ErrorMsg Error messages on the command line. |
5994 | 5994 | *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'. |
6006 | 5998 | *hl-VertSplitNC* |
6007 | 5999 | 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'. |
6017 | 6002 | By default, highlighted like |hl-VertSplit|. |
6018 | 6003 | *hl-Folded* |
6019 | 6004 | Folded Line used for closed folds. |
@@ -6131,12 +6116,8 @@ SpellRare Word that is recognized by the spellchecker as one that is |
6131 | 6116 | This will be combined with the highlighting used otherwise. |
6132 | 6117 | *hl-StatusLine* |
6133 | 6118 | 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|. |
6136 | 6119 | *hl-StatusLineNC* |
6137 | 6120 | 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|. |
6140 | 6121 | Note: If this is equal to "StatusLine", Vim will use "^^^" in |
6141 | 6122 | the status line of the current window. |
6142 | 6123 | *hl-StatusLineTerm* |
|
0 commit comments