comparison runtime/doc/syntax.txt @ 642:2392a6da4aa4 v7.0186

updated for version 7.0186
author vimboss
date Mon, 23 Jan 2006 22:30:28 +0000
parents b6632d553df3
children 83a006f81bac
comparison
equal deleted inserted replaced
641:6a944e0bd5d2 642:2392a6da4aa4
1 *syntax.txt* For Vim version 7.0aa. Last change: 2006 Jan 17 1 *syntax.txt* For Vim version 7.0aa. Last change: 2006 Jan 23
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
3898 3898
3899 guifg={color-name} *highlight-guifg* 3899 guifg={color-name} *highlight-guifg*
3900 guibg={color-name} *highlight-guibg* 3900 guibg={color-name} *highlight-guibg*
3901 guisp={color-name} *highlight-guisp* 3901 guisp={color-name} *highlight-guisp*
3902 These give the foreground (guifg), background (guibg) and special 3902 These give the foreground (guifg), background (guibg) and special
3903 (guisp) color to use in the GUI. "guisp" is used for underline and 3903 (guisp) color to use in the GUI. "guisp" is used for undercurl.
3904 undercurl. There are a few special names: 3904 There are a few special names:
3905 NONE no color (transparent) 3905 NONE no color (transparent)
3906 bg use normal background color 3906 bg use normal background color
3907 background use normal background color 3907 background use normal background color
3908 fg use normal foreground color 3908 fg use normal foreground color
3909 foreground use normal foreground color 3909 foreground use normal foreground color