vim-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.
6acadda8d6
This commit is contained in:
Jan Edmund Lazo
2019-06-24 23:43:56 -04:00
parent e7901301d3
commit 56a96d8f82

View File

@@ -466,6 +466,8 @@ func Test_bg_detection()
set bg=dark
hi Normal ctermbg=12
call assert_equal('dark', &bg)
hi Normal ctermbg=NONE
endfunc
fun Test_synstack_synIDtrans()