glts wrote:

> (I posted this in vim_use a week ago but got no response. Trying again
> here, I would be thankful if anybody can try to reproduce this.)
> 
> 
> Hello list
> 
> I am trying to use two spelling languages at the same time:
> 
>     :set spelllang=en_gb,de_ch
>     :set spell
> 
> Since the de_ch spelllang isn't included by default, Vim downloads and
> installs it automatically at ~/.vim/spell/de.utf-8.spl (also the
> suggestions file at ~/.vim/spell/de.utf-8.sug).
> 
> Spell-checking does work fine for both languages, however, every time I
> enable spell-checking I get
> 
>     E763: Word characters differ between spell files
> 
> The help suggests doing :mkspell on the word lists but these are not
> included with Vim. Can you help me fix this? I'm running Vim 7.3.429 on
> Ubuntu 12.04.

Try replacing the en_gb spell file that you installed long ago with one
downloaded from the server now.  The files on the site have been
updated some time ago to fix a mistake.

Unfortunately there is no "update runtime files" command yet.

-- 
Q: What is a patch 22?
A: A patch you need to include to make it possible to include patches.

 /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net   \\\
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///

-- 
You received this message from the "vim_dev" 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

Reply via email to