Tuesday, November 30, 2010

Re: Another question: forking

John Little wrote:
>
> On Nov 29, 3:57 pm, arrom...@rahul.net (Ken Arromdee) wrote:
>
>> gvim used to fork and run in the background. 7.2 doesn't seem to do this.
>>
> Well, it does for most. How are you invoking gvim? I'd suspect an
> alias or script getting in the way.
>

Try

gvim -u NONE

to avoid .vimrc/.gvimrc/plugin effects. Does gvim fork?

Then try

gvim -U NONE

to avoid .gvimrc effects. Does gvim fork?

Then try

gvim -u NORC

to avoid .vimrc but load plugins. Does gvim fork?

That'll be a start at tracking down the cause of your difficulty.

Regards,
Chip Campbell

--
You received this message from the "vim_use" 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

No comments: