summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-07-23 15:48:37 +0200
committerBram Moolenaar <Bram@vim.org>2017-07-23 15:48:37 +0200
commiteeac67788677a9ea81bcab69f81b4fc22c2adc00 (patch)
tree178ae643b4f83ddade1086a13bbb4dfbd4c11119 /src/version.c
parentb13501f7dada4154fc7633d79989d1dab98ae99d (diff)
downloadvim-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.c2
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,