commit | 8e9eb3a6a1e589949f1c878c839528d917fdfc4a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 24 15:00:11 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 24 15:00:11 2016 +0200 |
tree | bb68340a3ef8afa88f7ebc46d7b7cbae7f12e947 | |
parent | af98a49dd0ef1661b4998f118151fddbf6e4df75 [diff] [blame] |
patch 7.4.1784 Problem: The termtruecolor feature is enabled differently from many other features. Solution: Enable the termtruecolor feature for the big build, not through configure.
diff --git a/src/version.c b/src/version.c index a4f3252..e6d04ee 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1784, +/**/ 1783, /**/ 1782,