![vim はスペルファイル、netrw をダウンロードしませんか?](https://rvso.com/image/1604663/vim%20%E3%81%AF%E3%82%B9%E3%83%9A%E3%83%AB%E3%83%95%E3%82%A1%E3%82%A4%E3%83%AB%E3%80%81netrw%20%E3%82%92%E3%83%80%E3%82%A6%E3%83%B3%E3%83%AD%E3%83%BC%E3%83%89%E3%81%97%E3%81%BE%E3%81%9B%E3%82%93%E3%81%8B%3F.png)
Debian 10 を搭載した新しいラップトップを入手し、.vimrc
古いラップトップ (Linux Mint) からファイルを移動しました。
vimを実行すると、
Warning: Cannot find word list "de.utf-8.spl" or "de.ascii.spl"
ここまでは通常通りですが、:set spell
vim 内で入力すると次のようになります:
: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
何が間違っているのか全く分かりません。この .vimrc ファイルを何年も使っていました。