fix #24699
fix #25253
This commit is contained in:
Justin M. Keyes
2023-09-20 04:15:23 -07:00
committed by GitHub
parent 50d5fcc0bc
commit 1b55f51d0d
18 changed files with 160 additions and 145 deletions

View File

@@ -5572,7 +5572,7 @@ M.funcs = {
jobstart = {
args = { 1, 2 },
desc = [=[
Note: Prefer |vim.system()| in Lua.
Note: Prefer |vim.system()| in Lua (unless using the `pty` option).
Spawns {cmd} as a job.
If {cmd} is a List it runs directly (no 'shell').