Closed devemouse closed 14 years ago
Thanks for reporting this. This is similar to #5 where a command within a workflow does not exit correctly to allow the next to continue. In the case of GVim I don't think daemonising the command would help at all, as it needs to be in the foreground for you to use GVim (as far as I understand). I need to figure out a way to handle this type of behaviour.
Closing as a duplicate.
I have following settings:
And when I exeute:
the script launches gvim but waits for it to be closed before executing cd command.