File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -838,17 +838,17 @@ function! s:AsyncRun_Job_Start(cmd)
838
838
let l: callbacks [' on_exit' ] = function (' s:AsyncRun_Job_NeoVim' )
839
839
let s: neovim_stdout = ' '
840
840
let s: neovim_stderr = ' '
841
- if s: async_info .range <= 0
841
+ if s: async_info .range <= 0
842
842
if g: asyncrun_stdin == 0 && has (' nvim-0.6.0' )
843
843
let l: callbacks .stdin = ' null'
844
844
endif
845
845
endif
846
846
let l: slash = &shellslash
847
- if l: slash
847
+ if l: slash && ( has ( " win32 " ) || has ( " win64 " ) || has ( " win16 " ) || has ( ' win95 ' ))
848
848
set noshellslash
849
849
endif
850
850
let s: async_job = jobstart (l: args , l: callbacks )
851
- if l: slash
851
+ if l: slash && ( has ( " win32 " ) || has ( " win64 " ) || has ( " win16 " ) || has ( ' win95 ' ))
852
852
set shellslash
853
853
endif
854
854
let l: success = (s: async_job > 0 )? 1 : 0
You can’t perform that action at this time.
0 commit comments