commit | 065f41c8143271d1af7c8f5d14a59e29bf7ecdf3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 23 18:07:56 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 23 18:07:56 2017 +0200 |
tree | 882fdc9e6dcafd380a6efce8670f0c2345cde44a | |
parent | 43da3e36b21b9df20e4b2f380df76bbc7e91a965 [diff] [blame] |
patch 8.0.0760: terminal window colors wrong with 'termguicolors' Problem: Terminal window colors wrong with 'termguicolors'. Solution: Add 'termguicolors' support.
diff --git a/src/version.c b/src/version.c index c1c68e3..00580c7 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 760, +/**/ 759, /**/ 758,