diff options
author | Aleksa Sarai <cyphar@cyphar.com> | 2016-06-07 00:02:33 +1000 |
---|---|---|
committer | Aleksa Sarai <cyphar@cyphar.com> | 2016-06-07 17:26:49 +1000 |
commit | bc99b4c483198287dfbe606575612571dc1e6db0 (patch) | |
tree | ddeb463d981e7798557538204ea7f55d5bc51cc5 | |
parent | 1bb8930c92ae603f7dcef935fc1b7d760ed9e372 (diff) | |
download | rneovim-bc99b4c483198287dfbe606575612571dc1e6db0.tar.gz rneovim-bc99b4c483198287dfbe606575612571dc1e6db0.tar.bz2 rneovim-bc99b4c483198287dfbe606575612571dc1e6db0.zip |
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>
-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. |