diff options
-rw-r--r-- | runtime/doc/eval.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index a920d65992..314af7d311 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -4305,6 +4305,9 @@ jobstart({cmd}[, {opts}]) {Nvim} *jobstart()* - on_stdout: stdout event handler - on_stderr: stderr event handler - on_exit: exit event handler + - cwd: Working directory the job will be started from + (defaults to the current working directory of nvim, as given + by |getcwd()|). - pty: If set, the job will be connected to a new pseudo terminal, and the job streams are connected to the master file descriptor. |