Из моего .vimrc получаю:
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()
Я могу удалить строки, но я бы предпочел знать, что мне действительно не хватает, или мне нужно обновить его, так как этот файл работал для меня раньше.
vim
не был установлен, но vi
был. После установки vim
все заработало.
:version
ничего не говорится о графическом интерфейсе, и установка -gui-commmon или -runtime не решает проблему, она была~/.vimrc
включена .
vim-tiny
по умолчанию устанавливается скиновый пакет, который не включает этотvim-runtime
пакет. Я исправил свои E319, установив более раздутыйvim
пакет, который имеетvim-runtime
зависимость.