Dari .vimrc saya, dapatkan:
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()
Saya dapat menghapus baris, tetapi saya lebih suka tahu apa yang saya benar-benar hilang atau perlu memutakhirkan yang menyebabkan ini karena file ini bekerja untuk saya sebelumnya.
vim
tidak diinstal, tetapi vi
ternyata. Setelah menginstal vim
semuanya bekerja.
:version
tidak mengatakan apa-apa tentang GUI dan menginstal -gui-commmon atau -runtime tidak memperbaiki masalah, itu aktif~/.vimrc
.
vim-tiny
paket kurus diinstal secara default, yang tidak termasukvim-runtime
paket. Saya memperbaiki E319 saya dengan menginstalvim
paket yang lebih besar, yang memilikivim-runtime
ketergantungan.