File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 3
3
" Maintainer: skywind3000 (at) gmail.com, 2016-2023
4
4
" Homepage: https://github.com/skywind3000/asyncrun.vim
5
5
"
6
- " Last Modified: 2023/08/03 13:04
6
+ " Last Modified: 2023/08/03 15:40
7
7
"
8
8
" Run shell command in background and output to quickfix:
9
9
" :AsyncRun[!] [options] {cmd} ...
@@ -1430,6 +1430,9 @@ function! s:terminal_open(opts)
1430
1430
endif
1431
1431
endif
1432
1432
if &bt == ' terminal'
1433
+ if has_key (a: opts , ' hint' )
1434
+ let b: asyncrun_hint = get (a: opts , ' hint' , ' ' )
1435
+ endif
1433
1436
if has_key (a: opts , ' init' )
1434
1437
let init = get (a: opts , ' init' , ' ' )
1435
1438
try
@@ -2258,7 +2261,7 @@ endfunc
2258
2261
" asyncrun - version
2259
2262
" ----------------------------------------------------------------------
2260
2263
function ! asyncrun#version ()
2261
- return ' 2.11.18 '
2264
+ return ' 2.11.19 '
2262
2265
endfunc
2263
2266
2264
2267
You can’t perform that action at this time.
0 commit comments