commit | 68015bbd846181d49842d6ef60246c4195d20b89 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 19 21:05:21 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 19 21:05:21 2016 +0200 |
tree | c2f2a0c9824994cb2790f5235e7868a123fff580 | |
parent | 72ab729c3dcdea0fba44d8e676602c847e841bcd [diff] [blame] |
patch 7.4.2073 Problem: rgb.txt is read for every color name. Solution: Load rgb.txt once. (Christian Brabandt) Add a test.
diff --git a/src/version.c b/src/version.c index a7b65c8..fe86982 100644 --- a/src/version.c +++ b/src/version.c
@@ -759,6 +759,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2073, +/**/ 2072, /**/ 2071,