# HG changeset patch # User Philip Stewart # Date 1344730104 -10800 # Node ID cb09bd4000f0d0a971d15f93bc5f8b98a587915a # Parent 383c5a5e05232def8540aab9342527adc01fcfb8 Force background on SpellBad diff -r 383c5a5e0523 -r cb09bd4000f0 colors/badwolf.vim --- a/colors/badwolf.vim Sat Jun 02 17:12:25 2012 -0400 +++ b/colors/badwolf.vim Sun Aug 12 03:08:24 2012 +0300 @@ -300,7 +300,7 @@ if has("spell") call s:HL('SpellCap', 'dalespale', 'bg', 'undercurl,bold', 'dalespale') - call s:HL('SpellBad', '', '', 'undercurl', 'dalespale') + call s:HL('SpellBad', '', 'bg', 'undercurl', 'dalespale') call s:HL('SpellLocal', '', '', 'undercurl', 'dalespale') call s:HL('SpellRare', '', '', 'undercurl', 'dalespale') endif