Closed GoogleCodeExporter closed 9 years ago
As a note, I use the zsh.
Original comment by u912boil...@gmail.com
on 26 Jan 2012 at 5:55
NEVER start MacVim via the MacVim binary. Either use the bundled "mvim"
script, or call the "Vim" binary with the -g switch, see ":h macvim-start".
Original comment by bjorn.winckler@gmail.com
on 27 Jan 2012 at 8:39
Excellent works.
There is however another issue. Might be related.
setting alias:
alias gvim_nofork='/Applications/MacVim.app/Contents/MacOS/Vim -g --nofork'
then When I do a :wq, the editor quits, but the terminal that launched the
window is not "active" I have to drag my mouse pointer onto the window and
click to make it active.
I would like to see the window that launched gvim to become active on exit,
(Especially using the --nofork option) that would seem intuitive to me.
Original comment by u912boil...@gmail.com
on 2 Feb 2012 at 7:25
This issue tracker is for bug reports only. Please ask your question on the
vim_mac Google group.
Original comment by bjorn.winckler@gmail.com
on 5 Feb 2012 at 6:30
Original issue reported on code.google.com by
u912boil...@gmail.com
on 26 Jan 2012 at 5:54