Nico, That worked! Thank you! Is there a way to set gvim and vim as an alias / symbolic link to the mvim script?
With thanks, Unnsse On Mon, Jun 29, 2009 at 9:33 PM, Nico Weber <[email protected]> wrote: > > On 29.06.2009, at 17:50, Unnsse Khan wrote: > > > Okay, after trying this, it still doesn't work... > > > > Here's my .bash_profile: > > > > . ~/.profile > > export PS1="\...@\h:\w $ " > > export VIM_APP_DIR="/Users/untz/DevTools/MacVim/MacVim-7_2- > > stable-1_2"; > > You need to put the mvim script somewhere on your path. Do `echo > $PATH` to see your path. I have mine in /usr/local/bin and added that > to my path by putting `export PATH=/usr/local/bin:$PATH` at the bottom > of my .profile (.bash_profile should work too). > > Nico > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
