シンボリックリンクを作成して、Mac OS Xのデフォルトのvimインストール(vim 7.2)からMacVimで使用されるもの(vim 7.3)にアップグレードしようとしました。
ln -s /Applications/MacVim.app/Contents/MacOS/Vim /usr/bin/vim
しかし、今、私は次のエラーメッセージが表示されます。
sk@supernova:~/ > /usr/bin/vim
E254: Cannot allocate color Red
E254: Cannot allocate color White
E254: Cannot allocate color Blue
E254: Cannot allocate color Red
E254: Cannot allocate color Grey
E254: Cannot allocate color Blue
E254: Cannot allocate color Brown
E254: Cannot allocate color SeaGreen
E254: Cannot allocate color SeaGreen
E254: Cannot allocate color Yellow
E254: Cannot allocate color Red
E254: Cannot allocate color Blue
E254: Cannot allocate color Magenta
E254: Cannot allocate color DarkCyan
E254: Cannot allocate color LightMagenta
E254: Cannot allocate color Grey
E254: Cannot allocate color Blue
E254: Cannot allocate color Magenta
E254: Cannot allocate color Red
E254: Cannot allocate color Yellow
E254: Cannot allocate color Black
E254: Cannot allocate color LightGrey
E254: Cannot allocate color DarkBlue
E254: Cannot allocate color Grey
E254: Cannot allocate color DarkBlue
E254: Cannot allocate color Grey
E254: Cannot allocate color DarkBlue
E254: Cannot allocate color LightGrey
E254: Cannot allocate color LightBlue
E254: Cannot allocate color LightMagenta
E254: Cannot allocate color Blue
E254: Cannot allocate color LightCyan
E254: Cannot allocate color LightGrey
E254: Cannot allocate color Grey90
E254: Cannot allocate color Grey90
E254: Cannot allocate color LightRed
E254: Cannot allocate color DarkGrey
E254: Cannot allocate color LightGrey
E254: Cannot allocate color Cyan
Error detected while processing /Users/sk/.vimrc:
line 1:
E185: Cannot find color scheme desert
Press ENTER or type command to continue
誰もがこれを修正する方法を知っていますか?走れば vim
または /Applications/MacVim.app/Contents/MacOS/Vim
直接エラーメッセージは表示されません。その場合に限り /usr/local/bin/vim
呼ばれる直接または別のコマンドラインアプリケーションを介して。
誰かが私が単にエイリアスを作成した可能性があるとコメントした場合、私は実際に以前にそれをした
alias vim=/Applications/MacVim.app/Contents/MacOS/vim
しかし、他のいくつかのコマンドラインツールはまだ使用していました /usr/bin/vim
。