Từ .vimrc của tôi, nhận được:
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()
Tôi có thể xóa các dòng, nhưng tôi muốn biết những gì tôi thực sự đang thiếu hoặc cần nâng cấp gây ra điều này vì tệp này đã làm việc cho tôi trước đây.
vim
chưa cài đặt, nhưng vi
đã được. Sau khi cài đặt vim
mọi thứ làm việc.
:version
không nói gì về GUI và cài đặt -gui-commmon hoặc -r.78 không khắc phục được sự cố, nó đã được bật~/.vimrc
.
vim-tiny
gói skinny được cài đặt theo mặc định, không bao gồmvim-runtime
gói. Tôi đã sửa lỗi E319 của mình bằng cách cài đặtvim
gói cồng kềnh hơn , cóvim-runtime
phụ thuộc.