Force correct background color on SpellCap.

This commit is contained in:
Steve Losh
2012-03-08 10:38:17 -05:00
parent ff2029051b
commit 36629c5f83

View File

@@ -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')