![vim lädt die Zauberdatei nicht herunter, netrw?](https://rvso.com/image/1604663/vim%20l%C3%A4dt%20die%20Zauberdatei%20nicht%20herunter%2C%20netrw%3F.png)
Ich habe einen neuen Laptop mit Debian 10 bekommen und meine .vimrc
Dateien von meinem alten (Linux Mint) verschoben.
Wenn ich vim ausführe, heißt es
Warning: Cannot find word list "de.utf-8.spl" or "de.ascii.spl"
soweit so üblich, aber wenn ich es :set spell
in vim eintippe, bekomme ich:
:set spell
Cannot find spell file for "de" in utf-8
Do you want me to try downloading it?
Downloading de.utf-8.spl...
shell returned 127
**error** (netrw) /bin/bash: ftp: command not found
**warning** (netrw) file </tmp/v3pJNib/0.spl> not readable
Could not find it, trying de.ascii.spl...
shell returned 127
**error** (netrw) /bin/bash: ftp: command not found
**warning** (netrw) file </tmp/v3pJNib/0.spl> not readable
Sorry, downloading failed
Warning: Cannot find word list "de.utf-8.spl" or "de.ascii.spl"
Press ENTER or type command to continue
Ich habe keine Ahnung, was da schief läuft. Ich habe diese .vimrc-Datei jahrelang verwendet.