diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-01-23 22:30:28 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-01-23 22:30:28 +0000 |
commit | 7df351eb8aecf8e542c7ebecc4ec734107a8aacb (patch) | |
tree | 84346fa33458434296592b3f8c7987e6b94514fb /runtime/doc/syntax.txt | |
parent | 09df3127f43aa9804e077726ac1bf17cb9e2c85f (diff) | |
download | vim-git-7df351eb8aecf8e542c7ebecc4ec734107a8aacb.tar.gz |
updated for version 7.0186v7.0186
Diffstat (limited to 'runtime/doc/syntax.txt')
-rw-r--r-- | runtime/doc/syntax.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt index 4b27b68f7..0b88a6db1 100644 --- a/runtime/doc/syntax.txt +++ b/runtime/doc/syntax.txt @@ -1,4 +1,4 @@ -*syntax.txt* For Vim version 7.0aa. Last change: 2006 Jan 17 +*syntax.txt* For Vim version 7.0aa. Last change: 2006 Jan 23 VIM REFERENCE MANUAL by Bram Moolenaar @@ -3900,8 +3900,8 @@ guifg={color-name} *highlight-guifg* guibg={color-name} *highlight-guibg* guisp={color-name} *highlight-guisp* These give the foreground (guifg), background (guibg) and special - (guisp) color to use in the GUI. "guisp" is used for underline and - undercurl. There are a few special names: + (guisp) color to use in the GUI. "guisp" is used for undercurl. + There are a few special names: NONE no color (transparent) bg use normal background color background use normal background color |