Re: Vim7 auto-downloading spell dictionary

2006-06-15 Thread Bram Moolenaar
Steve Hall wrote: On Wed, 2006-06-14 at 15:28 +0200, Bram Moolenaar wrote: Then Vim should offer you to download a missing spell file. I can't guess why this doesn't happen for you... I figured out my main problem: I had a beta (unstable) runtime with a bad URL. But now I'm

Re: Vim7 auto-downloading spell dictionary

2006-06-14 Thread Andrei A. Voropaev
On Wed, Jun 14, 2006 at 10:37:45AM +0200, Bram Moolenaar wrote: Steve Hall wrote: Does the vim7 automatic downloading of a new spellcheck dictionary work as advertised in :help spellfile.vim? The command in help is: autocmd SpellFileMissing * call

Re: Vim7 auto-downloading spell dictionary

2006-06-14 Thread Bram Moolenaar
Andrei A. Voropaev wrote: On Wed, Jun 14, 2006 at 10:37:45AM +0200, Bram Moolenaar wrote: Steve Hall wrote: Does the vim7 automatic downloading of a new spellcheck dictionary work as advertised in :help spellfile.vim? The command in help is: autocmd SpellFileMissing *

Re: Vim7 auto-downloading spell dictionary

2006-06-14 Thread Bram Moolenaar
Andrei Voropaev wrote: On Wed, Jun 14, 2006 at 12:19:11PM +0200, Bram Moolenaar wrote: Andrei A. Voropaev wrote: Looks like on my system something is not configured properly. At least when I tried to do spell check for russian, vim told me that I don't have the dictionary, but it

Re: Vim7 auto-downloading spell dictionary

2006-06-14 Thread Andrei A. Voropaev
On Wed, Jun 14, 2006 at 03:28:56PM +0200, Bram Moolenaar wrote: Andrei Voropaev wrote: The document I'm trying to check is an HTML file, so maybe the the html coding somehow prevents spell checking? Actually I've just tried it. If I use spellcheck in a_file.txt, then it works. When I try it

Vim7 auto-downloading spell dictionary

2006-06-13 Thread Steve Hall
Does the vim7 automatic downloading of a new spellcheck dictionary work as advertised in :help spellfile.vim? The command in help is: autocmd SpellFileMissing * call Download_spell_file(expand('amatch')) but in spellfile.vim is: autocmd SpellFileMissing * call