[Bug 322023] Re: External command are broken in gvim started from menu

2010-05-07 Thread James Vega
This is fixed by upstream patch 7.2.097.  The Vim packages in Karmic and
later include this patch.

** Changed in: vim (Ubuntu)
   Status: New => Fix Released

-- 
External command are broken in gvim started from menu
https://bugs.launchpad.net/bugs/322023
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 322023] Re: External command are broken in gvim started from menu

2010-05-06 Thread Carsten Gräser
I can't reproduce the bug in 9.10 anymore. Regarding
 it seems to be an upstream bug. Seems to
be fixed in vim-7.2.

However I could not find a corresponding bug report/patch on the vim-dev
list.

-- 
External command are broken in gvim started from menu
https://bugs.launchpad.net/bugs/322023
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 322023] Re: External command are broken in gvim started from menu

2010-05-05 Thread James Vega
The -f option is required to allow programs to invoke gvim and wait for
the user to exit gvim, as you can see from
.  Without the -f, gvim immediately
forks, thus returning control back to whatever process spawned it.
There are many other ways to start programs other than via Vim's ":!"
command.  There are not many other ways to allow programs to spawn gvim
and wait for the user to exit, thus why the decision was made to use the
-f option.

** Bug watch added: Debian Bug tracker #329292
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=329292

-- 
External command are broken in gvim started from menu
https://bugs.launchpad.net/bugs/322023
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs