doc: update docs to reflect new cwd option

The termopen() docs don't need to be updated because they link to
jobstart().

Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
This commit is contained in:
Aleksa Sarai
2016-06-07 00:02:33 +10:00
parent 1bb8930c92
commit bc99b4c483

View File

@@ -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.