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 3
3
" Maintainer: skywind3000 (at) gmail.com, 2016-2024
4
4
" Homepage: https://github.com/skywind3000/asyncrun.vim
5
5
"
6
- " Last Modified: 2024/05/22 00:41
6
+ " Last Modified: 2024/05/22 00:55
7
7
"
8
8
" Run shell command in background and output to quickfix:
9
9
" :AsyncRun[!] [options] {cmd} ...
@@ -758,7 +758,7 @@ function! s:AsyncRun_Job_Start(cmd)
758
758
let l: args += [a: cmd ]
759
759
else
760
760
let l: tmp = s: ScriptWrite (a: cmd , 0 )
761
- let l: args = [' cmd.exe' , ' /c ' ]
761
+ let l: args = [' cmd.exe' , ' /C ' ]
762
762
if s: async_nvim == 0
763
763
let l: args += [l: tmp ]
764
764
elseif has (' nvim-0.9.0' )
@@ -2308,7 +2308,7 @@ endfunc
2308
2308
" asyncrun - version
2309
2309
" ----------------------------------------------------------------------
2310
2310
function ! asyncrun#version ()
2311
- return ' 2.12.7 '
2311
+ return ' 2.12.8 '
2312
2312
endfunc
2313
2313
2314
2314
You can’t perform that action at this time.
0 commit comments