aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/pipe_process.c
Commit message (Collapse)AuthorAge
* job: Refactor process spawning and startup argumentsThiago de Arruda2015-02-23
- process spawning was decoupled from the rest of the job control logic. The goal is reusing it for spawning processes connected to pseudo terminal file descriptors. - job_start now receives a JobOptions structure containing all the startup options.