On 5 May 2010 20:03, LuKreme wrote: > So I finally got macvim installed on my laptop (a 10.5.8 G4 iBook with > 7.2-stable)) and I am using the same .vimrc and .gvimrc files as on my > desktop (a 10.6.3 MacPro running 7.2 (51)) > > On the laptop when I exit a document I do not get returned to the terminal > that called MacVim while on the desktop when I close a window that opened > from `vim file` I am returned to the terminal no problem. > > I guess, more properly, that when the document closes in MacVim on the > desktop it doesn't return me, but rather task switches to the last > application. > > Since I am primarily using macvim on the laptop as a USENET editor, this is > kinda annoying. Is there any way I can fix this? are any of the previous > snapshots able to run on a PPC? (I know the current snapshots require an > Intel-based machine)
I do not know why you are returned to Terminal in one case and not the other -- perhaps it is a difference between Mac OS X 10.5 and 10.6? At any rate, I doubt it has anything to do with MacVim (the snapshots did run on PPC until quite recently, so you could try a 4X snapshot if you want to experiment). At any case, I use something like the following to be sure I am returned to Terminal after an editing session: mvim -f -c "au VimLeave * !open -a Terminal" Actually, that is what I set my EDITOR environment variable to so that I'm returned to Terminal after editing Git commit messages. Hope that helps, Björn -- 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
