私の.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については何も言って-gui-commmonまたは-runtime問題が解決しないインストールしていない、それが上でした~/.vimrc
。
vim-tiny
デフォルトでskinny パッケージがインストールされますが、これにはvim-runtime
パッケージは含まれていません。依存関係としてvim
、より肥大化したパッケージをインストールして、E319を修正しvim-runtime
ました。