mirror of
https://github.com/neovim/neovim.git
synced 2024-12-31 17:13:26 -07:00
doc/eval: Fixed broken links
Found with `make -C runtime/doc html`. [ci skip]
This commit is contained in:
parent
a9aacb74f0
commit
32d3027fcf
@ -4031,7 +4031,7 @@ jobsend({job}, {data}) {Nvim} *jobsend()*
|
|||||||
|
|
||||||
jobstart({cmd}[, {opts}]) {Nvim} *jobstart()*
|
jobstart({cmd}[, {opts}]) {Nvim} *jobstart()*
|
||||||
Spawns {cmd} as a job. If {cmd} is a |List|, it will be run
|
Spawns {cmd} as a job. If {cmd} is a |List|, it will be run
|
||||||
directly. If {cmd} is a |String|, it will be equivalent to >
|
directly. If {cmd} is a |string|, it will be equivalent to >
|
||||||
:call jobstart([&shell, &shellcmdflag, '{cmd}'])
|
:call jobstart([&shell, &shellcmdflag, '{cmd}'])
|
||||||
< If passed, {opts} must be a dictionary with any of the
|
< If passed, {opts} must be a dictionary with any of the
|
||||||
following keys:
|
following keys:
|
||||||
@ -6154,7 +6154,7 @@ synstack({lnum}, {col}) *synstack()*
|
|||||||
valid positions.
|
valid positions.
|
||||||
|
|
||||||
system({cmd} [, {input}]) *system()* *E677*
|
system({cmd} [, {input}]) *system()* *E677*
|
||||||
Get the output of the shell command {cmd} as a |String|. {cmd}
|
Get the output of the shell command {cmd} as a |string|. {cmd}
|
||||||
will be run the same as in |jobstart()|. See |systemlist()|
|
will be run the same as in |jobstart()|. See |systemlist()|
|
||||||
to get the output as a |List|.
|
to get the output as a |List|.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user