Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | eval: allow setting cwd in {jobstart,termopen}() | Aleksa Sarai | 2016-06-07 |
| | | | | | | | | | | | Processes in vim are always started in the current directory, which causes issues when the process is a daemon and the current directory is a mountpoint. Fix this by adding an option to set the cwd of the new process with jobstart(). In addition, fix termopen() so that it actually uses the cwd option from the dict (it couldn't previously set the cwd value due to dead code). Signed-off-by: Aleksa Sarai <cyphar@cyphar.com> | ||
* | job control: add 'detach' option to jobstart | Björn Linse | 2016-01-20 |
| | |||
* | Windows: disable libuv argument escaping for uv_spawn #3305 | Rui Abreu Ferreira | 2015-09-08 |
| | | | | | | When calling uv_spawn to launch a process set the libuv process flag UV_PROCESS_WINDOWS_VERBATIM_ARGUMENTS to disable escaping for the arguments otherwise libuv will wrap arguments in quotes. | ||
* | Windows: avoid "uv_" naming conflicts. #3225 | Seth Jackson | 2015-08-27 |