Dal mio .vimrc, ottenendo:
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()
Posso rimuovere le linee, ma preferirei sapere cosa mi manca davvero o ho bisogno di un aggiornamento che sta causando questo dato che questo file ha funzionato per me prima.
vim
non era installato, ma lo vi
era. Dopo aver installato vim
tutto ha funzionato.
:version
non dice nulla sulla GUI e l'installazione di -gui-commmon o -runtime non risolve il problema, era~/.vimrc
attivo .
vim-tiny
pacchetto skinny è installato per impostazione predefinita, che non include ilvim-runtime
pacchetto. Ho risolto i miei E319 installando ilvim
pacchetto più gonfio , che havim-runtime
come dipendenza.