mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user