commit | eeac67788677a9ea81bcab69f81b4fc22c2adc00 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 23 15:48:37 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 23 15:48:37 2017 +0200 |
tree | 178ae643b4f83ddade1086a13bbb4dfbd4c11119 | |
parent | b13501f7dada4154fc7633d79989d1dab98ae99d [diff] [blame] |
patch 8.0.0754: terminal window does not support colors Problem: Terminal window does not support colors. Solution: Lookup the color attribute.
diff --git a/src/version.c b/src/version.c index 724e7c3..263e671 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 754, +/**/ 753, /**/ 752,