Last-modified: 2011-12-26 (月) 01:24:45
Vim/Sorry, the command is not available in this version:

現象

.vimrcを読み込むと
Sorry, the command is not available in this version:
と表示され、一部の機能が有効になりませんでした。

原因

対策

方法

  1. 今入っているVimを確認します。
    Everything is expanded.Everything is shortened.
      1
    
     
    
    dpkg -l | grep vim
  2. 今入っているVimを削除します。
    Everything is expanded.Everything is shortened.
      1
      2
    
    -
    !
    
    # vim-tinyが入っていた場合の例
    apt-get remove vim-tiny
  3. 最新のvimをインストールします。
    Everything is expanded.Everything is shortened.
      1
    
     
    
    apt-get install vim

検証時の環境