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:
@@ -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()
|
||||
|
Reference in New Issue
Block a user