Saturday, November 24, 2018

Re: spell check files

On 24.11.18 17:46, Steve wrote:
> Dear vimers,
>
> I'm currently doing some cleaning in my ~/.vim.
>
> Just noticed that my spell file are really old (2013):
>
> 83 déc 6 2013 en.utf-8.add
> 192 déc 6 2013 en.utf-8.add.spl
> 570549 fév 15 2013 en.utf-8.spl
> 556477 fév 15 2013 en.utf-8.sug
> 2761 nov 24 10:37 fr.utf-8.add
> 4481 nov 24 10:37 fr.utf-8.add.spl
> 571627 fév 15 2013 fr.utf-8.spl
> 2324315 fév 15 2013 fr.utf-8.sug
>
>
> Was wandering if updated french spell file existed. Haven't found
> anything like it on the Net. Is there a way within vim to update those?
> Would be really practical.
>
> Any suggestions?

Failing to find any info at ":h new-spell" or ":h spell", I'd be tempted
to hide the French spell files in an effort to trigger Vim's response on
invoking a previously unused spell language. E.g. when I first tried
Danish Vim responded:

»
Cannot find spell file for "da" in utf-8
Do you want me to try downloading it?
# Answered y <CR>
Downloading da.utf-8.spl...
:!curl 'http://ftp.vim.org/pub/vim/runtime/spell/da.utf-8.spl' -o '/tmp/v5STjcI/0.spl'
«

A quick glance at http://ftp.vim.org/pub/vim/runtime/spell/
shows there's a new French spl from February this year.

Erik

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: