I want to add germand spell checking to vim. So I set
:set spl=de_de spell
then there is a dialogue, where I can create a directory called .vim/spell. And then there is another question where I can download a .spl file. And again for a .sug file. But when I download both files I get an error
Fehler beim Ausführen von "~/.vim/spell/de.utf-8.spl":
E763: 'Word Characters' unterscheiden sich zwischen Rechtschreibwörterbüchern
But despite the error I can use the spell checking and even the suggestion works.
Also I could not :mksp my own .spl-file from myspell, cause it wouldn't read the .dic-file. And I deleted the spelldirectory and retried it. Nothing worked.