comparison runtime/doc/syntax.txt @ 671:83a006f81bac v7.0199

updated for version 7.0199
author vimboss
date Thu, 16 Feb 2006 22:11:02 +0000
parents 2392a6da4aa4
children e649c78407e6
comparison
equal deleted inserted replaced
670:f892bda292a8 671:83a006f81bac
1 *syntax.txt* For Vim version 7.0aa. Last change: 2006 Jan 23 1 *syntax.txt* For Vim version 7.0aa. Last change: 2006 Feb 16
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
4255 :set t_AB=<Esc>[%?%p1%{8}%<%t25;%p1%{40}%+%e5;%p1%{32}%+%;%dm 4255 :set t_AB=<Esc>[%?%p1%{8}%<%t25;%p1%{40}%+%e5;%p1%{32}%+%;%dm
4256 :set t_AF=<Esc>[%?%p1%{8}%<%t22;%p1%{30}%+%e1;%p1%{22}%+%;%dm 4256 :set t_AF=<Esc>[%?%p1%{8}%<%t22;%p1%{30}%+%e1;%p1%{22}%+%;%dm
4257 < 4257 <
4258 *colortest.vim* 4258 *colortest.vim*
4259 To test your color setup, a file has been included in the Vim distribution. 4259 To test your color setup, a file has been included in the Vim distribution.
4260 To use it, execute these commands: > 4260 To use it, execute this command: >
4261 :e $VIMRUNTIME/syntax/colortest.vim 4261 :runtime syntax/colortest.vim
4262 :so %
4263 4262
4264 Some versions of xterm (and other terminals, like the Linux console) can 4263 Some versions of xterm (and other terminals, like the Linux console) can
4265 output lighter foreground colors, even though the number of colors is defined 4264 output lighter foreground colors, even though the number of colors is defined
4266 at 8. Therefore Vim sets the "cterm=bold" attribute for light foreground 4265 at 8. Therefore Vim sets the "cterm=bold" attribute for light foreground
4267 colors, when 't_Co' is 8. 4266 colors, when 't_Co' is 8.