<?xml version="1.0" encoding="utf-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: spell checking and vim syntax highlighting</title>
	<link>http://www.zabbo.net/post/spell-checking-and-vim-syntax-highlighting/</link>
	<description>software princess</description>
	<pubDate>Mon, 08 Sep 2008 12:27:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: RobertG</title>
		<link>http://www.zabbo.net/post/spell-checking-and-vim-syntax-highlighting/#comment-53576</link>
		<dc:creator>RobertG</dc:creator>
		<pubDate>Sun, 10 Aug 2008 11:32:59 +0000</pubDate>
		<guid>http://www.zabbo.net/post/spell-checking-and-vim-syntax-highlighting/#comment-53576</guid>
		<description>Thanks a lot for this post ;-)</description>
		<content:encoded><![CDATA[<p>Thanks a lot for this post ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ricardo</title>
		<link>http://www.zabbo.net/post/spell-checking-and-vim-syntax-highlighting/#comment-53254</link>
		<dc:creator>Ricardo</dc:creator>
		<pubDate>Thu, 31 Jul 2008 14:54:52 +0000</pubDate>
		<guid>http://www.zabbo.net/post/spell-checking-and-vim-syntax-highlighting/#comment-53254</guid>
		<description>Thank you, thank you, thank you very much!
Not only my eyes were in pain, as I even couldn 't read some text when it got the same fg and bg color.
But that only happens in gnome terminal. The default setup was good for gvim and console terminal. So, with some more reading (the great fm, thanks you Rhys for the link) I have came to this perfect setup (for me, of corse):
if &#38;term =~ "xterm"
        highlight clear SpellBad
        highlight SpellBad term=standout ctermfg=1 term=underline cterm=underline gui=undercurl guisp=Red
        highlight clear SpellCap
        highlight SpellCap term=underline cterm=underline gui=undercurl guisp=Blue
        highlight clear SpellRare
        highlight SpellRare term=underline cterm=underline gui=undercurl guisp=Magenta
        highlight clear SpellLocal
        highlight SpellLocal term=underline cterm=underline gui=undercurl guisp=DarkCyan
endif</description>
		<content:encoded><![CDATA[<p>Thank you, thank you, thank you very much!<br />
Not only my eyes were in pain, as I even couldn &#8216;t read some text when it got the same fg and bg color.<br />
But that only happens in gnome terminal. The default setup was good for gvim and console terminal. So, with some more reading (the great fm, thanks you Rhys for the link) I have came to this perfect setup (for me, of corse):<br />
if &amp;term =~ &#8220;xterm&#8221;<br />
        highlight clear SpellBad<br />
        highlight SpellBad term=standout ctermfg=1 term=underline cterm=underline gui=undercurl guisp=Red<br />
        highlight clear SpellCap<br />
        highlight SpellCap term=underline cterm=underline gui=undercurl guisp=Blue<br />
        highlight clear SpellRare<br />
        highlight SpellRare term=underline cterm=underline gui=undercurl guisp=Magenta<br />
        highlight clear SpellLocal<br />
        highlight SpellLocal term=underline cterm=underline gui=undercurl guisp=DarkCyan<br />
endif</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seth Kriticos</title>
		<link>http://www.zabbo.net/post/spell-checking-and-vim-syntax-highlighting/#comment-52265</link>
		<dc:creator>Seth Kriticos</dc:creator>
		<pubDate>Thu, 26 Jun 2008 07:01:32 +0000</pubDate>
		<guid>http://www.zabbo.net/post/spell-checking-and-vim-syntax-highlighting/#comment-52265</guid>
		<description>The default spell checker color theme is really a royal pain in the eyes. This is a blessing. Thanks for the great article!</description>
		<content:encoded><![CDATA[<p>The default spell checker color theme is really a royal pain in the eyes. This is a blessing. Thanks for the great article!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chunhua Liao</title>
		<link>http://www.zabbo.net/post/spell-checking-and-vim-syntax-highlighting/#comment-49170</link>
		<dc:creator>Chunhua Liao</dc:creator>
		<pubDate>Thu, 27 Mar 2008 22:11:32 +0000</pubDate>
		<guid>http://www.zabbo.net/post/spell-checking-and-vim-syntax-highlighting/#comment-49170</guid>
		<description>You just saved my eye!

I doubt if the vim authors are getting any commission from eye doctors for doing this!!</description>
		<content:encoded><![CDATA[<p>You just saved my eye!</p>
<p>I doubt if the vim authors are getting any commission from eye doctors for doing this!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rhys Ulerich</title>
		<link>http://www.zabbo.net/post/spell-checking-and-vim-syntax-highlighting/#comment-46062</link>
		<dc:creator>Rhys Ulerich</dc:creator>
		<pubDate>Thu, 24 Jan 2008 16:17:43 +0000</pubDate>
		<guid>http://www.zabbo.net/post/spell-checking-and-vim-syntax-highlighting/#comment-46062</guid>
		<description>Having played with these a bit more, it seems the 'highlight clear' commands clobber spell highlighting when using gvim.  It may be worthwhile to ammend them by adding 'gui=stuff' attributes to the 'highlight Spell*' commands following http://www.vim.org/htmldoc/syntax.html#:highlight</description>
		<content:encoded><![CDATA[<p>Having played with these a bit more, it seems the &#8216;highlight clear&#8217; commands clobber spell highlighting when using gvim.  It may be worthwhile to ammend them by adding &#8216;gui=stuff&#8217; attributes to the &#8216;highlight Spell*&#8217; commands following <a href="http://www.vim.org/htmldoc/syntax.html#:highlight" rel="nofollow">http://www.vim.org/htmldoc/syntax.html#:highlight</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rhys Ulerich</title>
		<link>http://www.zabbo.net/post/spell-checking-and-vim-syntax-highlighting/#comment-46060</link>
		<dc:creator>Rhys Ulerich</dc:creator>
		<pubDate>Thu, 24 Jan 2008 15:54:37 +0000</pubDate>
		<guid>http://www.zabbo.net/post/spell-checking-and-vim-syntax-highlighting/#comment-46060</guid>
		<description>Much appreciated, with additional kudos for choosing settings that look good in regular or reverse video.</description>
		<content:encoded><![CDATA[<p>Much appreciated, with additional kudos for choosing settings that look good in regular or reverse video.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.zabbo.net/post/spell-checking-and-vim-syntax-highlighting/#comment-42377</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Fri, 30 Nov 2007 21:44:51 +0000</pubDate>
		<guid>http://www.zabbo.net/post/spell-checking-and-vim-syntax-highlighting/#comment-42377</guid>
		<description>Thanks!  Looks very nice.</description>
		<content:encoded><![CDATA[<p>Thanks!  Looks very nice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dante_2core</title>
		<link>http://www.zabbo.net/post/spell-checking-and-vim-syntax-highlighting/#comment-39868</link>
		<dc:creator>dante_2core</dc:creator>
		<pubDate>Wed, 07 Nov 2007 21:28:30 +0000</pubDate>
		<guid>http://www.zabbo.net/post/spell-checking-and-vim-syntax-highlighting/#comment-39868</guid>
		<description>thank you, this helped me a lot. colors are fine anyway since I use white-on-black in my dark room to code...</description>
		<content:encoded><![CDATA[<p>thank you, this helped me a lot. colors are fine anyway since I use white-on-black in my dark room to code&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Swarup</title>
		<link>http://www.zabbo.net/post/spell-checking-and-vim-syntax-highlighting/#comment-34419</link>
		<dc:creator>Swarup</dc:creator>
		<pubDate>Tue, 18 Sep 2007 13:07:42 +0000</pubDate>
		<guid>http://www.zabbo.net/post/spell-checking-and-vim-syntax-highlighting/#comment-34419</guid>
		<description>Only vim 7.0 and above supports this.</description>
		<content:encoded><![CDATA[<p>Only vim 7.0 and above supports this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Uli</title>
		<link>http://www.zabbo.net/post/spell-checking-and-vim-syntax-highlighting/#comment-28531</link>
		<dc:creator>Uli</dc:creator>
		<pubDate>Wed, 18 Jul 2007 08:30:00 +0000</pubDate>
		<guid>http://www.zabbo.net/post/spell-checking-and-vim-syntax-highlighting/#comment-28531</guid>
		<description>Thx, helped a lot !</description>
		<content:encoded><![CDATA[<p>Thx, helped a lot !</p>
]]></content:encoded>
	</item>
</channel>
</rss>
