On 10/30/06, art sm <[EMAIL PROTECTED]> wrote:
Hi,

I'm having trouble trying to fork a process from gui vim on solaris.

For example, if I start gvim, and use do:
:!touch touchtest1 &

will work, but any subsequent fork commands fail:
:!touch touchtest2 &

does not create the touchtest2 file.
Are subsequent non-& :! commands affected too ? For example
:!touch x1 &
:!ls
Does 2nd command(:!ls) work ?

Yakov

Reply via email to