comparison runtime/doc/syntax.txt @ 481:66080ac5dab7 v7.0130

updated for version 7.0130
author vimboss
date Mon, 15 Aug 2005 21:41:48 +0000
parents f8b75b8f1988
children f012c4ed8c38
comparison
equal deleted inserted replaced
480:bf5ba8a0cdee 481:66080ac5dab7
1 *syntax.txt* For Vim version 7.0aa. Last change: 2005 Aug 11 1 *syntax.txt* For Vim version 7.0aa. Last change: 2005 Aug 14
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
2232 let sgml_no_rendering=1 2232 let sgml_no_rendering=1
2233 2233
2234 (Adapted from the html.vim help text by Claudio Fleiner <claudio@fleiner.com>) 2234 (Adapted from the html.vim help text by Claudio Fleiner <claudio@fleiner.com>)
2235 2235
2236 2236
2237 SH *sh.vim* *sh-syntax* 2237 SH *sh.vim* *sh-syntax* *bash-syntax* *ksh-syntax*
2238 2238
2239 This covers the "normal" Unix (Bourne) sh, bash and the Korn shell. 2239 This covers the "normal" Unix (Bourne) sh, bash and the Korn shell.
2240 2240
2241 Vim attempts to determine which shell type is in use by specifying that 2241 Vim attempts to determine which shell type is in use by specifying that
2242 various filenames are of specific types: > 2242 various filenames are of specific types: >
3645 Note that all settings that are not included remain the same, only the 3645 Note that all settings that are not included remain the same, only the
3646 specified field is used, and settings are merged with previous ones. So, the 3646 specified field is used, and settings are merged with previous ones. So, the
3647 result is like this single command has been used: > 3647 result is like this single command has been used: >
3648 :hi Comment term=bold ctermfg=Cyan guifg=#80a0ff gui=bold 3648 :hi Comment term=bold ctermfg=Cyan guifg=#80a0ff gui=bold
3649 < 3649 <
3650 *:highlight-verbose*
3650 When listing a highlight group and 'verbose' is non-zero, the listing will 3651 When listing a highlight group and 'verbose' is non-zero, the listing will
3651 also tell where it was last set. Example: > 3652 also tell where it was last set. Example: >
3652 :verbose hi Comment 3653 :verbose hi Comment
3653 < Comment xxx term=bold ctermfg=4 guifg=Blue ~ 3654 < Comment xxx term=bold ctermfg=4 guifg=Blue ~
3654 Last set from /home/mool/vim/vim7/runtime/syntax/syncolor.vim ~ 3655 Last set from /home/mool/vim/vim7/runtime/syntax/syncolor.vim ~