I use the 'Download ZIP' button from:
https://github.com/b4winckler/macvim/
It compiles on my MacOSs 10.4.11 to 10.6.8
Then move the MacVim.app to /Applications/MacVim/
And add this to my .profile:
MACVIM="/Applications/MacVim/MacVim.app/Contents/MacOS";
if [ -e "$MACVIM" ]; then
alias vim="$MACVIM/Vim ${@}";
alias gvim="$MACVIM/Vim -g ${@}";
fi; export EDITOR=vim; alias e=vim;
--
--
You received this message from the "vim_mac" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_mac" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.