0
0
mirror of https://github.com/vim/vim.git synced 2025-09-27 04:14:06 -04:00

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.
This commit is contained in:
Bram Moolenaar
2018-02-24 16:51:32 +01:00
parent b7ea7cb8e4
commit 6acadda8d6
4 changed files with 22 additions and 18 deletions

View File

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