mirror of
https://github.com/neovim/neovim.git
synced 2025-10-08 10:56:31 +00:00
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:
@@ -466,6 +466,8 @@ func Test_bg_detection()
|
|||||||
set bg=dark
|
set bg=dark
|
||||||
hi Normal ctermbg=12
|
hi Normal ctermbg=12
|
||||||
call assert_equal('dark', &bg)
|
call assert_equal('dark', &bg)
|
||||||
|
|
||||||
|
hi Normal ctermbg=NONE
|
||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
fun Test_synstack_synIDtrans()
|
fun Test_synstack_synIDtrans()
|
||||||
|
Reference in New Issue
Block a user