www.ShoppingPodder.com

Leading Computer Shopping,
News and information


Part of the Identityscape.com network...

getxfactor.com jmoodmusic.com smartbusinesschoices.com mintdepot.com lowfaresalways.com evangelicalview.com shoppingpodder.com soproudlywehail.com webnews.ws currenthumor.com

 

 

ortographic check in vim
   Shopping Podder - the Best of Computer Postings! Forum Index -> Computer - Editors  
View previous topic :: View next topic  
Author Message
Mauro Sacchetto
Guest






PostPosted: Tue Oct 28, 2008 3:48 am    Post subject: ortographic check in vim Reply with quote

In my vimrc I've:
set spell spelllang=it
What does add the following line:
* let spell executable = "aspell" * ?
And if I don't put it, does anything change?
In this case, vim use aspell or ispell or other?

Thanx
M.
Back to top
Tony Mechelynck
Guest






PostPosted: Tue Oct 28, 2008 7:44 am    Post subject: Re: ortographic check in vim Reply with quote

On 27/10/08 23:48, Mauro Sacchetto wrote:
Quote:
In my vimrc I've:
set spell spelllang=it
What does add the following line:
* let spell executable = "aspell" * ?

AFAICT, this line has invalid Vim syntax and should give an error if it
is neither commented-out nor part of a here-document for some
interpreted language (if your Vim supports it).

Quote:
And if I don't put it, does anything change?
In this case, vim use aspell or ispell or other?

Thanx
M.

Vim doesn't use an external spell checker. Starting at Vim 7,
spell-checking is part of the Vim executable (if compiled with +syntax).

For details, see:
:help spell.txt
for the layman, and in particular
:help spell-file-format

If you are technical-minded, you may download the Vim sources and look
into the code of the spell module, src/spell.c


Best regards,
Tony.
--
hundred-and-one symptoms of being an internet addict:
232. You start conversations with, "Have you gotten a DSL line?"
Back to top
Mauro Sacchetto
Guest






PostPosted: Tue Oct 28, 2008 5:47 pm    Post subject: Re: ortographic check in vim Reply with quote

Tony Mechelynck wrote:
Quote:
AFAICT, this line has invalid Vim syntax and should give an error if it
is neither commented-out nor part of a here-document for some
interpreted language (if your Vim supports it).
I don't receive errors, but even without it all works well.


Quote:
Vim doesn't use an external spell checker. Starting at Vim 7,
spell-checking is part of the Vim executable (if compiled with +syntax).
[cut]


Ok, reading the help...
Thanx!
MS
Back to top
Display posts from previous:   
   Shopping Podder - the Best of Computer Postings! Forum Index -> Computer - Editors  
Page 1 of 1
All times are GMT

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum