De mi .vimrc, obteniendo:
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()
Puedo eliminar las líneas, pero preferiría saber lo que realmente me falta o si necesito una actualización que esté causando esto, ya que este archivo me funcionó antes.
vim
no estaba instalado, pero sí vi
. Después de instalar vim
todo funcionó.
:version
no dice nada sobre la GUI y la instalación de -gui-commmon o -runtime no soluciona el problema, estaba encendido~/.vimrc
.
vim-tiny
paquete skinny se instala por defecto, lo que no incluye elvim-runtime
paquete. Arreglé mis E319 instalando elvim
paquete más hinchado , que tienevim-runtime
como dependencia.