comparison runtime/doc/syntax.txt @ 13125:371ceeebbdaa

Update runtime files. commit https://github.com/vim/vim/commit/40962ec9c0e7b8699e101182b06ddd39dc0e1212 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 28 22:47:25 2018 +0100 Update runtime files.
author Christian Brabandt <cb@256bit.org>
date Sun, 28 Jan 2018 23:00:08 +0100
parents 656ab57d1ddc
children 167a030448fa
comparison
equal deleted inserted replaced
13124:49582a2e8b16 13125:371ceeebbdaa
1 *syntax.txt* For Vim version 8.0. Last change: 2017 Dec 22 1 *syntax.txt* For Vim version 8.0. Last change: 2018 Jan 27
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
5023 StatusLine status line of current window 5023 StatusLine status line of current window
5024 *hl-StatusLineNC* 5024 *hl-StatusLineNC*
5025 StatusLineNC status lines of not-current windows 5025 StatusLineNC status lines of not-current windows
5026 Note: if this is equal to "StatusLine" Vim will use "^^^" in 5026 Note: if this is equal to "StatusLine" Vim will use "^^^" in
5027 the status line of the current window. 5027 the status line of the current window.
5028 *hl-StatusLineTerm*
5029 StatusLineTerm status line of current window, if it is a |terminal| window.
5030 *hl-StatusLineTermNC*
5031 StatusLineTermNC status lines of not-current windows that is a |terminal|
5032 window.
5028 *hl-TabLine* 5033 *hl-TabLine*
5029 TabLine tab pages line, not active tab page label 5034 TabLine tab pages line, not active tab page label
5030 *hl-TabLineFill* 5035 *hl-TabLineFill*
5031 TabLineFill tab pages line, where there are no labels 5036 TabLineFill tab pages line, where there are no labels
5032 *hl-TabLineSel* 5037 *hl-TabLineSel*