cb09bd4000f0

Force background on SpellBad
[view raw] [browse files]
author Philip Stewart <philip.d.stewart@googlemail.com>
date Sun, 12 Aug 2012 03:08:24 +0300
parents 383c5a5e0523
children a14ca558acf3
branches/tags (none)
files colors/badwolf.vim

Changes

--- 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