commit | d10abe52019d10403eb559ea0a424bbd310b738f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 24 15:41:33 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 24 15:41:33 2016 +0200 |
tree | aeba760e60f908fb6f379a2401a360447657895c | |
parent | 490465bda6ab66f78041709cc02f48a25486a3e5 [diff] [blame] |
patch 7.4.1786 Problem: Compiled-in colors do not match rgb.txt. Solution: Use the rgb.txt colors. (Kazunobu Kuriyama)
diff --git a/src/version.c b/src/version.c index 46ada0b..a5dfd2a 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1786, +/**/ 1785, /**/ 1784,