![vim이 맞춤법 파일을 다운로드하지 않습니다. netrw?](https://rvso.com/image/1604663/vim%EC%9D%B4%20%EB%A7%9E%EC%B6%A4%EB%B2%95%20%ED%8C%8C%EC%9D%BC%EC%9D%84%20%EB%8B%A4%EC%9A%B4%EB%A1%9C%EB%93%9C%ED%95%98%EC%A7%80%20%EC%95%8A%EC%8A%B5%EB%8B%88%EB%8B%A4.%20netrw%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 파일을 수년간 사용해왔습니다.