diff options
| author | ZyX <kp-pav@yandex.ru> | 2017-12-12 00:44:25 +0300 |
|---|---|---|
| committer | ZyX <kp-pav@yandex.ru> | 2017-12-12 00:44:25 +0300 |
| commit | 1f9dd689b9f2b68edbc40cc3c60d46db853dda94 (patch) | |
| tree | 1da60fa8fcc4fb8e2a578fac90edae3eb5618202 /runtime/doc/syntax.txt | |
| parent | 9f534422e6c3649ee40904ae3606455d26b48188 (diff) | |
| parent | 8813b29cec13f7410427fbb8913d3753dd6626a7 (diff) | |
| download | rneovim-1f9dd689b9f2b68edbc40cc3c60d46db853dda94.tar.gz rneovim-1f9dd689b9f2b68edbc40cc3c60d46db853dda94.tar.bz2 rneovim-1f9dd689b9f2b68edbc40cc3c60d46db853dda94.zip | |
Merge branch 'master' into hide-container-impl
Diffstat (limited to 'runtime/doc/syntax.txt')
| -rw-r--r-- | runtime/doc/syntax.txt | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt index 85330f3dec..ff9773b136 100644 --- a/runtime/doc/syntax.txt +++ b/runtime/doc/syntax.txt @@ -4709,17 +4709,7 @@ ctermbg={color-nr} *highlight-ctermbg* "cterm". For example, on some systems "cterm=bold ctermfg=3" gives another color, on others you just get color 3. - For an xterm this depends on your resources, and is a bit - unpredictable. See your xterm documentation for the defaults. The - colors for a color-xterm can be changed from the .Xdefaults file. - Unfortunately this means that it's not possible to get the same colors - for each user. - - The MSDOS standard colors are fixed (in a console window), so these - have been used for the names. But the meaning of color names in X11 - are fixed, so these color settings have been used, to make the - highlighting settings portable (complicated, isn't it?). The - following names are recognized, with the color number used: + The following names are recognized, with the color number used: *cterm-colors* NR-16 NR-8 COLOR NAME ~ |
