summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-07-23 18:07:56 +0200
committerBram Moolenaar <Bram@vim.org>2017-07-23 18:07:56 +0200
commit065f41c8143271d1af7c8f5d14a59e29bf7ecdf3 (patch)
tree882fdc9e6dcafd380a6efce8670f0c2345cde44a /src/version.c
parent43da3e36b21b9df20e4b2f380df76bbc7e91a965 (diff)
patch 8.0.0760: terminal window colors wrong with 'termguicolors'v8.0.0760
Problem: Terminal window colors wrong with 'termguicolors'. Solution: Add 'termguicolors' support.
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 c1c68e358c..00580c711b 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 */
/**/
+ 760,
+/**/
759,
/**/
758,