[EMAIL PROTECTED] wrote:
On Thu, Oct 12, 2006 at 04:18:21PM -0400, Charles E Campbell Jr wrote:
Well, syntax/mail.vim *does* have a lot of NoSpell cluster referrals
in it.
You're right, I just looked at ftplugins/mail.vim.
What part of the email message are you referring to? Basically,
mail.vim does spell checking only in the letter portion, not the
headers (or Subject: ...), etc.
I'm talking about the body, i.e. I'm just starting to write stuff at the
top without any headers.
Leslie
Ah, there's your problem. In an email, everything until the first empty line
is "headers".
Add the following 4 lines at the top of your email:
From:
To:
Subject:
(i.e., 3 nonempty lines and one empty line). You may add more headers, and/or
fill them in. Then your "body" text will be after the first empty line, and it
will not be regaded as "headers".
Best regards,
Tony.