Skip to content

Commit 0794a82

Browse files
author
skywind3000
committed
fixed: add information for runners
1 parent 4794a74 commit 0794a82

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

plugin/asyncrun.vim

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
" Maintainer: skywind3000 (at) gmail.com, 2016-2022
44
" Homepage: https://github.com/skywind3000/asyncrun.vim
55
"
6-
" Last Modified: 2022/10/30 10:25
6+
" Last Modified: 2022/11/02 17:14
77
"
88
" Run shell command in background and output to quickfix:
99
" :AsyncRun[!] [options] {cmd} ...
@@ -1616,6 +1616,7 @@ function! s:run(opts)
16161616
let l:program = ""
16171617

16181618
let s:async_efm = a:opts.errorformat
1619+
let l:opts.code = l:mode
16191620

16201621
if l:opts.program == 'make'
16211622
let l:program = &makeprg
@@ -2096,7 +2097,7 @@ endfunc
20962097
" asyncrun - version
20972098
"----------------------------------------------------------------------
20982099
function! asyncrun#version()
2099-
return '2.10.6'
2100+
return '2.10.7'
21002101
endfunc
21012102

21022103

0 commit comments

Comments
 (0)