commit | b7ea7cb8e430ea096b4c452cdc9c3299819e6d6b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 24 14:38:51 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 24 14:38:51 2018 +0100 |
tree | 605f285de5f53d3998bd9b3f7a0734bf8181dafe | |
parent | 674e482d1346aa1afddab62675f3a7d7a00a4894 [diff] [blame] |
patch 8.0.1534: C syntax test fails when using gvim Problem: C syntax test fails when using gvim Solution: Force running in a terminal. Check that 'background' is correct even when $COLORFGBG is set.
diff --git a/src/version.c b/src/version.c index 95e5a72..085e0f9 100644 --- a/src/version.c +++ b/src/version.c
@@ -779,6 +779,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1534, +/**/ 1533, /**/ 1532,