File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 3
3
" Maintainer: skywind3000 (at) gmail.com, 2016-2022
4
4
" Homepage: https://github.com/skywind3000/asyncrun.vim
5
5
"
6
- " Last Modified: 2022/10/30 10:25
6
+ " Last Modified: 2022/11/02 17:14
7
7
"
8
8
" Run shell command in background and output to quickfix:
9
9
" :AsyncRun[!] [options] {cmd} ...
@@ -1616,6 +1616,7 @@ function! s:run(opts)
1616
1616
let l: program = " "
1617
1617
1618
1618
let s: async_efm = a: opts .errorformat
1619
+ let l: opts .code = l: mode
1619
1620
1620
1621
if l: opts .program == ' make'
1621
1622
let l: program = &makeprg
@@ -2096,7 +2097,7 @@ endfunc
2096
2097
" asyncrun - version
2097
2098
" ----------------------------------------------------------------------
2098
2099
function ! asyncrun#version ()
2099
- return ' 2.10.6 '
2100
+ return ' 2.10.7 '
2100
2101
endfunc
2101
2102
2102
2103
You can’t perform that action at this time.
0 commit comments