diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-07-23 15:48:37 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-07-23 15:48:37 +0200 |
commit | eeac67788677a9ea81bcab69f81b4fc22c2adc00 (patch) | |
tree | 178ae643b4f83ddade1086a13bbb4dfbd4c11119 /src/version.c | |
parent | b13501f7dada4154fc7633d79989d1dab98ae99d (diff) | |
download | vim-eeac67788677a9ea81bcab69f81b4fc22c2adc00.zip |
patch 8.0.0754: terminal window does not support colors
Problem: Terminal window does not support colors.
Solution: Lookup the color attribute.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 724e7c3e9..263e6718e 100644 --- a/src/version.c +++ b/src/version.c @@ -770,6 +770,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 754, +/**/ 753, /**/ 752, |