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/testdir/test_syntax.vim b/src/testdir/test_syntax.vim index 1969152..ca87ccf 100644 --- a/src/testdir/test_syntax.vim +++ b/src/testdir/test_syntax.vim
@@ -428,6 +428,8 @@ set bg=dark hi Normal ctermbg=12 call assert_equal('dark', &bg) + + hi Normal ctermbg=NONE endfunc func Test_syntax_hangs()