commit | 6acadda8d60892ddf06449f1cc4286912b0c0c2b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 24 16:51:32 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 24 16:51:32 2018 +0100 |
tree | 3536cc5a0a4d8dc1140640c745aee112d0dd02d0 | |
parent | b7ea7cb8e430ea096b4c452cdc9c3299819e6d6b [diff] [blame] |
patch 8.0.1535: C syntax test still fails when using gvim Problem: C syntax test still fails when using gvim. Solution: Clear Normal cterm highlighting instead of setting it.
diff --git a/src/version.c b/src/version.c index 085e0f9..5d8eb5a 100644 --- a/src/version.c +++ b/src/version.c
@@ -779,6 +779,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1535, +/**/ 1534, /**/ 1533,