comparison runtime/doc/syntax.txt @ 677:e649c78407e6 v7.0202

updated for version 7.0202
author vimboss
date Mon, 20 Feb 2006 21:37:40 +0000
parents 83a006f81bac
children 2af8de31a3a8
comparison
equal deleted inserted replaced
676:9cdb8018cdf1 677:e649c78407e6
1 *syntax.txt* For Vim version 7.0aa. Last change: 2006 Feb 16 1 *syntax.txt* For Vim version 7.0aa. Last change: 2006 Feb 20
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
4018 StatusLine status line of current window 4018 StatusLine status line of current window
4019 *hl-StatusLineNC* 4019 *hl-StatusLineNC*
4020 StatusLineNC status lines of not-current windows 4020 StatusLineNC status lines of not-current windows
4021 Note: if this is equal to "StatusLine" Vim will use "^^^" in 4021 Note: if this is equal to "StatusLine" Vim will use "^^^" in
4022 the status line of the current window. 4022 the status line of the current window.
4023 *hl-TabLine*
4024 TabLine tab pages line, not active tab page label
4025 *hl-TabLineFill*
4026 TabLineFill tab pages line, where there are no labels
4027 *hl-TabLineSel*
4028 TabLineSel tab pages line, active tab page label
4023 *hl-Title* 4029 *hl-Title*
4024 Title titles for output from ":set all", ":autocmd" etc. 4030 Title titles for output from ":set all", ":autocmd" etc.
4025 *hl-Visual* 4031 *hl-Visual*
4026 Visual Visual mode selection 4032 Visual Visual mode selection
4027 *hl-VisualNOS* 4033 *hl-VisualNOS*