Von meinem .vimrc bekommen:
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()
Ich kann die Zeilen entfernen, aber ich möchte lieber wissen, was ich wirklich vermisse oder ein Upgrade benötigen, das dies verursacht, da diese Datei zuvor für mich funktioniert hat.
vim
es nicht installiert war, sondern vi
. Nach der Installation hat vim
alles geklappt.
:version
sagt das nichts über die GUI aus und die Installation von -gui-commmon oder -runtime behebt das Problem nicht, es war eingeschaltet~/.vimrc
.
vim-tiny
Paket standardmäßig installiert, das dasvim-runtime
Paket nicht enthält . Ich habe meine E319's behoben, indem ich das aufgeblähtevim
Paket installiert habe , dasvim-runtime
eine Abhängigkeit hat.