comparison runtime/doc/syntax.txt @ 448:dd9db57ee7ce v7.0118

updated for version 7.0118
author vimboss
date Thu, 28 Jul 2005 22:36:45 +0000
parents f713fc55bf7b
children 3709cf52b9b5
comparison
equal deleted inserted replaced
447:8347d456f7e5 448:dd9db57ee7ce
1 *syntax.txt* For Vim version 7.0aa. Last change: 2005 Jul 18 1 *syntax.txt* For Vim version 7.0aa. Last change: 2005 Jul 28
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
3639 Note that all settings that are not included remain the same, only the 3639 Note that all settings that are not included remain the same, only the
3640 specified field is used, and settings are merged with previous ones. So, the 3640 specified field is used, and settings are merged with previous ones. So, the
3641 result is like this single command has been used: > 3641 result is like this single command has been used: >
3642 :hi Comment term=bold ctermfg=Cyan guifg=#80a0ff gui=bold 3642 :hi Comment term=bold ctermfg=Cyan guifg=#80a0ff gui=bold
3643 < 3643 <
3644 When listing a highlight group and 'verbose' is non-zero, the listing will
3645 also tell where it was last set. Example: >
3646 :verbose hi Comment
3647 < Comment xxx term=bold ctermfg=4 guifg=Blue ~
3648 Last set from /home/mool/vim/vim7/runtime/syntax/syncolor.vim ~
3649
3650 For details about when this message is given and when it's valid see
3651 |:set-verbose|.
3652
3644 *highlight-args* *E416* *E417* *E423* 3653 *highlight-args* *E416* *E417* *E423*
3645 There are three types of terminals for highlighting: 3654 There are three types of terminals for highlighting:
3646 term a normal terminal (vt100, xterm) 3655 term a normal terminal (vt100, xterm)
3647 cterm a color terminal (MS-DOS console, color-xterm, these have the "Co" 3656 cterm a color terminal (MS-DOS console, color-xterm, these have the "Co"
3648 termcap entry) 3657 termcap entry)