commit | a1fae80371a46aa5f74ea041d92255616d2721b7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 23 13:16:30 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 23 13:16:30 2014 +0200 |
tree | 050265eac672c7c1528ffe6314354f47623c8bca | |
parent | 4f88062c556e52368d65991f5ae74cf0f8b17f2d [diff] [blame] |
updated for version 7.4.375 Problem: Test 63 fails when run with GUI-only Vim. Solution: Add guibg attributes. (suggested by Mike Soyka)
diff --git a/src/version.c b/src/version.c index 146b124..c93f108 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 375, +/**/ 374, /**/ 373,