mirror of
https://github.com/sjl/badwolf.git
synced 2025-11-16 23:13:40 -05:00
Force correct background color on SpellCap.
This commit is contained in:
@@ -287,7 +287,7 @@ call HL('DiffText', 'snow', 'deepergravel', 'bold')
|
|||||||
" Spelling {{{
|
" Spelling {{{
|
||||||
|
|
||||||
if has("spell")
|
if has("spell")
|
||||||
call HL('SpellCap', 'dalespale', '', 'undercurl,bold', 'dalespale')
|
call HL('SpellCap', 'dalespale', 'bg', 'undercurl,bold', 'dalespale')
|
||||||
call HL('SpellBad', '', '', 'undercurl', 'dalespale')
|
call HL('SpellBad', '', '', 'undercurl', 'dalespale')
|
||||||
call HL('SpellLocal', '', '', 'undercurl', 'dalespale')
|
call HL('SpellLocal', '', '', 'undercurl', 'dalespale')
|
||||||
call HL('SpellRare', '', '', 'undercurl', 'dalespale')
|
call HL('SpellRare', '', '', 'undercurl', 'dalespale')
|
||||||
|
|||||||
Reference in New Issue
Block a user