Ho provato ad aggiornare l'installazione vim predefinita su Mac OS X (vim 7.2) a quella usata da MacVim (vim 7.3) creando un link simbolico:
ln -s /Applications/MacVim.app/Contents/MacOS/Vim /usr/bin/vim
Tuttavia, ora ricevo i seguenti messaggi di errore:
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
Qualcuno sa come risolvere questo problema? Se eseguo solo vim
o /Applications/MacVim.app/Contents/MacOS/Vim
direttamente, non ricevo i messaggi di errore. Solo se viene chiamato /usr/local/bin/vim
. O direttamente o tramite un'altra applicazione a riga di comando.
Solo se qualcuno commenta che avrei potuto semplicemente creare un alias, in realtà l'ho fatto prima
alias vim=/Applications/MacVim.app/Contents/MacOS/vim
tuttavia, alcuni altri strumenti della riga di comando utilizzavano ancora /usr/bin/vim
.