comparison runtime/doc/syntax.txt @ 24:8ff7fd162d3c v7.0016

updated for version 7.0016
author vimboss
date Mon, 13 Sep 2004 20:26:32 +0000
parents cc049b00ee70
children 404aac550f35
comparison
equal deleted inserted replaced
23:3f44e9abe4ec 24:8ff7fd162d3c
1 *syntax.txt* For Vim version 7.0aa. Last change: 2004 Sep 01 1 *syntax.txt* For Vim version 7.0aa. Last change: 2004 Sep 13
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
4012 highlight comment ctermfg=darkgreen guifg=darkgreen 4012 highlight comment ctermfg=darkgreen guifg=darkgreen
4013 else 4013 else
4014 highlight comment ctermfg=green guifg=green 4014 highlight comment ctermfg=green guifg=green
4015 endif 4015 endif
4016 4016
4017 *E679*
4018 Do make sure this syncolor.vim script does not use a "syntax on", set the
4019 'background' option or uses a "colorscheme" command, because it results in an
4020 endless loop.
4021
4017 Note that when a color scheme is used, there might be some confusion whether 4022 Note that when a color scheme is used, there might be some confusion whether
4018 your defined colors are to be used or the colors from the scheme. This 4023 your defined colors are to be used or the colors from the scheme. This
4019 depends on the color scheme file. See |:colorscheme|. 4024 depends on the color scheme file. See |:colorscheme|.
4020 4025
4021 *syntax_cmd* 4026 *syntax_cmd*