Hello there, I am installed MacVim on OS X Leopard in the following directory:
/DevTools/MacVim/MacVim-7_2-stable-1_2 There's a mvim Unix shell script inside that particular directory which I can invoke using ./mvim However, when I placed this into my PATH by creating a MACVIM_HOME under .bash_profile, I was still unable to launch MacVim from the command line. My .bash_profile: export MACVIM_HOME="/Users/untz/DevTools/MacVim-7_2-stable-1_2"; PATH=$MACVIM_HOME:$PATH; How can I set it so when I type in "vim" or "gvim" or "mvim" that I will able to launch MacVim from the command line? With thanks... --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
