Set/unset shellslash on jobstart

This commit is contained in:
Jan Edmund Lazo 2019-12-07 00:16:02 -05:00
parent d2f8ca2dbc
commit c9bc7b9780
No known key found for this signature in database
GPG Key ID: 64915E6E9F735B15

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