Took me a while to piece this together. There is a great tip in the macvim github wiki FAQ. Appending the following to your ~/.profile (or ~/.zshrc, or whatever)
export EDITOR='mvim -f --nomru -c "au VimLeave * !open -a Terminal"'
That --nomru switch tells vim not to add the commit message to…