File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 33" Maintainer: skywind3000 (at) gmail.com, 2016-2024
44" Homepage: https://github.com/skywind3000/asyncrun.vim
55"
6- " Last Modified: 2024/05/22 00:41
6+ " Last Modified: 2024/05/22 00:55
77"
88" Run shell command in background and output to quickfix:
99" :AsyncRun[!] [options] {cmd} ...
@@ -758,7 +758,7 @@ function! s:AsyncRun_Job_Start(cmd)
758758 let l: args += [a: cmd ]
759759 else
760760 let l: tmp = s: ScriptWrite (a: cmd , 0 )
761- let l: args = [' cmd.exe' , ' /c ' ]
761+ let l: args = [' cmd.exe' , ' /C ' ]
762762 if s: async_nvim == 0
763763 let l: args += [l: tmp ]
764764 elseif has (' nvim-0.9.0' )
@@ -2308,7 +2308,7 @@ endfunc
23082308" asyncrun - version
23092309" ----------------------------------------------------------------------
23102310function ! asyncrun#version ()
2311- return ' 2.12.7 '
2311+ return ' 2.12.8 '
23122312endfunc
23132313
23142314
You can’t perform that action at this time.
0 commit comments