On 10/30/06, Yakov Lerner <[EMAIL PROTECTED]> wrote:
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
Subsequent non-& are not affected. In the above case (:!ls) will be successful.