brettc
unread,Jan 28, 2008, 4:40:59 AM1/28/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to vim_mac
Sorry to jump in, but on the question of forking, I recently
encountered a small problem with the default forking behaviour when
calling vim (using the mvim script) from the Terminal. I use bzr for
version control. Much like cvs and svn you can do a "bzr ci", and it
will automatically call your editor up (using the EDITOR variable). In
order to get this to work on the Mac I need to add a " -f " to the
invocation of vim (otherwise the calling process never finds the
editor, even though it is invoked). As I understand it, this is
inconsistent with other versions of vim that run in the terminal,
which don't fork by default (only the GUI does I believe). Please
ignore me if I'm confused, or not making sense, I'm not really up on
what is going on here. But, it does appear that MacVim doesn't act
quite the same as other versions.
Brett