<div class="gmail_quote">On Tue, Jun 2, 2009 at 3:15 AM, ALAN GAULD <span dir="ltr">&lt;<a href="mailto:alan.gauld@btinternet.com">alan.gauld@btinternet.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<br>
&gt; From: &quot;<a href="mailto:worminater@gmail.com">worminater@gmail.com</a>&quot; &lt;<a href="mailto:worminater@gmail.com">worminater@gmail.com</a>&gt;<br>
&gt; To: Alan Gauld &lt;<a href="mailto:alan.gauld@btinternet.com">alan.gauld@btinternet.com</a>&gt;<br>
&gt; Sent: Tuesday, 2 June, 2009 1:09:39 AM<br>
&gt; Subject: Re: [Tutor] Spell checking source code?<br>
&gt;<br>
&gt; In vim,<br>
&gt;<br>
&gt; :set spell<br>
&gt; :set nospell<br>
&gt; :help spell<br>
<br>
<br>
But that will check the whole file. The OP only wanted to spell<br>
check the comments. Unless I&#39;m missing something?</blockquote><div><br></div><div>Shouldn&#39;t be too difficult to write a vim script to check only # to EOL, &#39; to &#39;, &quot; to &quot;, &#39;&#39;&#39; to &#39;&#39;&#39; and &quot;&quot; to &quot;&quot;&quot;. I think that&#39;s the only non-code available?</div>

<div>-Wayne </div></div>