Re: Spell checking in vim

2009-08-23 Thread Marco Guazzone
On Sat, Aug 22, 2009 at 5:48 PM, Aaron Konstamakons...@sbcglobal.net wrote: [cut text] I am missing something. If you get the file how do you get vim to correct the misspelled words? Once you have the dictionary file in $HOME/.vim/spell (in this case the file is de.utf-8.spl) you can spell

Re: Spell checking in vim

2009-08-23 Thread Aaron Konstam
On Sun, 2009-08-23 at 09:30 +0200, Marco Guazzone wrote: On Sat, Aug 22, 2009 at 5:48 PM, Aaron Konstamakons...@sbcglobal.net wrote: [cut text] I am missing something. If you get the file how do you get vim to correct the misspelled words? Once you have the dictionary file in

Re: Spell checking in vim

2009-08-23 Thread Marco Guazzone
On Sun, Aug 23, 2009 at 10:38 AM, Aaron Konstamakons...@sbcglobal.net wrote: Seems more complicated than using aspell ot ispell on the vim file. -- === The story you are about to hear is true. Only the names have been

Re: Spell checking in vim

2009-08-23 Thread Christoph Höger
Am Sonntag, den 23.08.2009, 09:30 +0200 schrieb Marco Guazzone: On Sat, Aug 22, 2009 at 5:48 PM, Aaron Konstamakons...@sbcglobal.net wrote: [cut text] I am missing something. If you get the file how do you get vim to correct the misspelled words? Once you have the dictionary file in

Re: Spell checking in vim

2009-08-23 Thread Marco Guazzone
2009/8/23 Christoph Höger choe...@cs.tu-berlin.de: Am Sonntag, den 23.08.2009, 09:30 +0200 schrieb Marco Guazzone: On Sat, Aug 22, 2009 at 5:48 PM, Aaron Konstamakons...@sbcglobal.net wrote: [cut text] I am missing something. If you get the file how do you get vim to correct the misspelled

Re: Spell checking in vim

2009-08-23 Thread Christoph Höger
http://ftp.vim.org/pub/vim/unstable/runtime/spell/de.utf-8.spl http://ftp.vim.org/pub/vim/unstable/runtime/spell/de.utf-8.sug Note: the sug file is not important but should improve spelling (don't know how) I've downloaded those files and saved into $HOME/.vim/spell Then I've tried

Spell checking in vim

2009-08-22 Thread Christoph Höger
Hi folks, I just wanted to spellcheck some files with vim. set spelllang=de reports that de.utf-8.spl is missing. Is there a package that provides that file or do I have to search upstream for it? regards Christoph signature.asc Description: Dies ist ein digital signierter Nachrichtenteil

Re: Spell checking in vim

2009-08-22 Thread Marco Guazzone
2009/8/22 Christoph Höger choe...@cs.tu-berlin.de: Hi folks, I just wanted to spellcheck some files with vim. set spelllang=de reports that de.utf-8.spl is missing. Is there a package that provides that file or do I have to search upstream for it? If you enter ViM and in command mode

Re: Spell checking in vim

2009-08-22 Thread Christoph Höger
problem solved: mkdir -p ~/.vim/spell simple enough - if you know it. signature.asc Description: Dies ist ein digital signierter Nachrichtenteil -- fedora-list mailing list fedora-list@redhat.com To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list Guidelines:

Re: Spell checking in vim

2009-08-22 Thread Aaron Konstam
On Sat, 2009-08-22 at 19:26 +0200, Marco Guazzone wrote: 2009/8/22 Christoph Höger choe...@cs.tu-berlin.de: Hi folks, I just wanted to spellcheck some files with vim. set spelllang=de reports that de.utf-8.spl is missing. Is there a package that provides that file or do I have to