commit | a0a6f2776eabfbd4d9174fabdf3921beb7348eda | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Oct 04 18:04:16 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 04 18:04:16 2017 +0200 |
tree | 19ec97137672477ed907299e614c673159fe5813 | |
parent | 19a3d68b2cd4beb1ee1d97a84ad4e860ffe0cbb2 [diff] [blame] |
patch 8.0.1174: Mac Terminal.app has wrong color for white Problem: Mac Terminal.app has wrong color for white. Solution: Use white from the color cube.
diff --git a/src/version.c b/src/version.c index ab0d57d..1d21277 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1174, +/**/ 1173, /**/ 1172,