# HG changeset patch # User Steve Losh # Date 1347295168 14400 # Node ID a14ca558acf36bec4d3b19dd71f8c32299260918 # Parent cb09bd4000f0d0a971d15f93bc5f8b98a587915a# Parent 7f80aa2c6e6a8f9a2ea2880e5f1fbb78ccfc9af7 Merge. diff -r 7f80aa2c6e6a -r a14ca558acf3 colors/badwolf.vim --- a/colors/badwolf.vim Mon Sep 10 11:02:02 2012 +0200 +++ b/colors/badwolf.vim Mon Sep 10 12:39:28 2012 -0400 @@ -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