On Sep 26, 3:53 pm, Gregory Seidman <[EMAIL PROTECTED]>
wrote:

> I have a Fink-built vim/gvim (X11) 7.1.116 package on my Mac. I've used a
> Fink-built package in the past on a previous Mac, but this one is behaving
> strangely. For some reason, gvim will not background itself. It's as if
> it is always running with -f, even when run with -u NONE -U NONE. I also
> checked and guioptions does not include f, whether with -u NONE -U NONE or
> not.
>
> Does anyone have any suggestions? Here's the output of gvim --version:

It's the same for VMS - and I never thought twice about it - just
created a symbol to spawn gvim. A function would do on Unix like OS's:

function gvim()
    {
    /usr/bin/gvim "[EMAIL PROTECTED]" 1> /dev/null 2> /dev/null &
    return
    }

Martin


--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Raspunde prin e-mail lui