![vim no descarga el archivo de hechizos, ¿netrw?](https://rvso.com/image/1604663/vim%20no%20descarga%20el%20archivo%20de%20hechizos%2C%20%C2%BFnetrw%3F.png)
Compré una computadora portátil nueva con Debian 10 y moví mi .vimrc
archivo de la anterior (Linux Mint).
Cuando ejecuto vim, dice
Warning: Cannot find word list "de.utf-8.spl" or "de.ascii.spl"
Hasta ahora es lo habitual, pero escribir :set spell
dentro de vim me da:
: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
No tengo idea de qué está pasando allí. Utilicé este archivo .vimrc durante años.