On Thu, 2 Apr 2020 21:05:16 +0200
Marco <
li...@homerow.info> wrote:
> " this works, it opens the calculator and upon closing the calculator
> gvim " continues
> :!xcalc
>
> " this opens the calculator and immediately quits and returns to
> gvim, in the " past it kept the process running
> :!xcalc&
>
> Did something change in vim regarding opening external processes? How
> can I restore the old behaviour? Or more importantly: How can I open
> external processes in a non-blocking way?
setsid. This works: