commit | b41bf8e6b45a773456031954bca1bc4212cbffbe | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 28 15:11:38 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 28 15:11:38 2017 +0200 |
tree | 4d2dae076813b635c19fa590fef50da1a0839dd1 | |
parent | fa228f716a4b63bf508887a49ce56bf4c07364d3 [diff] [blame] |
patch 8.0.0791: terminal colors depend on the system Problem: Terminal colors depend on the system. Solution: Use the highlight color lookup tables.
diff --git a/src/version.c b/src/version.c index e44778c..350897b 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 791, +/**/ 790, /**/ 789,