내 .vimrc에서 다음을 얻습니다.
line 16:
E319: Sorry, the command is not available in this version: filetype on
line 17:
E319: Sorry, the command is not available in this version: filetype plugin on
line 18:
E319: Sorry, the command is not available in this version: filetype indent on
line 21:
E319: Sorry, the command is not available in this version: syntax on
line 45:
E319: Sorry, the command is not available in this version: match ExtraWhitespace /\s\+$/
line 46:
E319: Sorry, the command is not available in this version: autocmd BufWinEnter * match ExtraWhitespace /\s\+$/
line 47:
E319: Sorry, the command is not available in this version: autocmd InsertEnter * match ExtraWhitespace /\s\+\%#\@<!$/
line 48:
E319: Sorry, the command is not available in this version: autocmd InsertLeave * match ExtraWhitespace /\s\+$/
line 49:
E319: Sorry, the command is not available in this version: autocmd BufWinLeave * call clearmatches()
줄을 제거 할 수는 있지만 실제로 누락되거나 업그레이드 해야하는 것이 무엇인지 알고 싶습니다.이 파일은 이전에 저에게 효과적이었습니다.
vim
설치되지 않았지만 설치된 것으로 나타났습니다 vi
. 설치 후 vim
모든 것이 작동했습니다.
:version
GUI와 -gui-commmon를 설치하는 방법에 대한 아무 말도하지 않거나 -runtime는 문제가 해결되지 는에 있었다~/.vimrc
.
vim-tiny
패키지가 기본적으로 설치되며 패키지는 포함되지 않습니다vim-runtime
. 종속성vim
이 있는 더 부풀린 패키지 를 설치하여 E319를 수정했습니다vim-runtime
.