De mon .vimrc, obtenant:
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()
Je peux supprimer les lignes, mais je préférerais savoir ce qui me manque vraiment ou si une mise à niveau est nécessaire, car ce fichier fonctionnait auparavant pour moi.
vim
installation n'était pas installée, mais qu'elle l' vi
était. Après avoir installé vim
tout fonctionnait.
:version
rien ne dit à propos de l'interface graphique et l'installation de -gui-commmon ou -runtime ne résout pas le problème, c'était~/.vimrc
allumé .
vim-tiny
paquet maigre est installé par défaut, ce qui n’inclut pas levim-runtime
paquet. J'ai corrigé mes E319 en installant levim
paquet plus volumineux , qui avim-runtime
pour dépendance.