diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-04-17 23:52:38 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-04-19 13:48:12 +0200 |
commit | 6bc6d94ec8c8f7e291454ebc888c0fa8435908c8 (patch) | |
tree | 8a6efd81a3bf4528ff20b54dcef0d9d5905b3868 /runtime/doc/syntax.txt | |
parent | 29ab8c1ae2b6a13f11f80c9485fa2720f3365b8b (diff) | |
download | rneovim-6bc6d94ec8c8f7e291454ebc888c0fa8435908c8.tar.gz rneovim-6bc6d94ec8c8f7e291454ebc888c0fa8435908c8.tar.bz2 rneovim-6bc6d94ec8c8f7e291454ebc888c0fa8435908c8.zip |
doc: api-contract, CONTRIBUTING.md
Diffstat (limited to 'runtime/doc/syntax.txt')
-rw-r--r-- | runtime/doc/syntax.txt | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt index f7c2c0e120..50208640ce 100644 --- a/runtime/doc/syntax.txt +++ b/runtime/doc/syntax.txt @@ -4803,10 +4803,7 @@ guisp={color-name} *highlight-guisp* Black White Orange Purple Violet - In the Win32 GUI version, additional system colors are available. See - |win32-colors|. - - You can also specify a color by its Red, Green and Blue values. + You can also specify a color by its RGB (red, green, blue) values. The format is "#rrggbb", where "rr" is the Red value "gg" is the Green value |