Set/unset shellslash on jobstart (#917)

This commit is contained in:
Jan Edmund Lazo 2019-12-07 01:05:57 -05:00 committed by GitHub
parent d2f8ca2dbc
commit 897ce5e2fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1275,7 +1275,7 @@ function! s:spawn(name, cmd, opts)
\ 'on_stdout': function('s:nvim_cb'),
\ 'on_exit': function('s:nvim_cb'),
\ })
let jid = jobstart(argv, job)
let jid = s:plug_call('jobstart', argv, job)
if jid > 0
let job.jobid = jid
else