.Vimrc'imden:
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()
Satırları kaldırabilirim, ancak gerçekte neyi özlediğimi veya bu dosya benim için çalıştığında buna neden olan yükseltmeye ihtiyacım olduğunu bilmek isterdim.
vim
kurulmadığını öğrendim ama kurulmadı vi
. Her vim
şeyi kurduktan sonra çalıştı.
:version
GUI hakkında bir şey söyleme ve -gui-commmon veya -runtime'ın yüklenmesi sorunu çözmedi, açıktı~/.vimrc
.
vim-tiny
paketi varsayılan olarak kurulur ve buvim-runtime
paket içermez . E319'larımı bağımlılığıvim
olan daha fazla şişirilmiş paketi kurarak düzelttimvim-runtime
.