mirror of
https://github.com/sjl/badwolf.git
synced 2025-11-17 15:33:38 -05:00
Force correct background color on SpellCap.
This commit is contained in:
@@ -287,7 +287,7 @@ call HL('DiffText', 'snow', 'deepergravel', 'bold')
|
||||
" Spelling {{{
|
||||
|
||||
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('SpellLocal', '', '', 'undercurl', 'dalespale')
|
||||
call HL('SpellRare', '', '', 'undercurl', 'dalespale')
|
||||
|
||||
Reference in New Issue
Block a user