On Tue, Nov 14, 2006 at 02:50:56PM +0100, Fabio Rotondo wrote:
> Date: Tue, 14 Nov 2006 14:44:10 +0100
> From: Fabio Rotondo <[EMAIL PROTECTED]>
> User-Agent: Thunderbird 1.5.0.7 (X11/20060918)
> To: [email protected]
> Subject: Missing "it.ascii.spl"
>
> Hi,
>
> I am trying to use the spell checker in Vim 7, but when I write:
>
> :set spell spelllang=it
>
> I get the following error:
>
> Warning: Cannot find word list "it.latin1.spl" or "it.ascii.spl"
>
> Where can I grab those files?
>
> Thanks,
>
> Fabio
Do you get that warning message immediately? When I try
:set spell spelllang=it
I get a message that asks me if I want to download the spell file
(default yes). Then vim asks if I want to install it in ~/.vim/spell/ .
This time, the default is cancel, and if I just hit <CR> then I get the
same warning message you got. Furthermore, vim does not try to download
again until I restart it.
If you do get the warning message immediately, I think it means
that your plugins are not being :source'd.
HTH --Benji Fisher