commit | 283ee8b3a07b9da18f6c73f35cf465b83f96406a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Apr 27 20:36:31 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Apr 27 20:36:31 2016 +0200 |
tree | cdaff089d245be0e52870ea7cd9cf8dbdf7f4dcc | |
parent | 5487544fa5d46af9f8f98aa4f5c59074a6e0639a [diff] [blame] |
patch 7.4.1796 Problem: Colors are wrong on MS-Windows. (Christian Robinson) Solution: Use existing RGB macro if it exists. (Ken Takata)
diff --git a/src/version.c b/src/version.c index 5ae6007..e4a4cfa 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1796, +/**/ 1795, /**/ 1794,