Skip to content

Commit 97f2017

Browse files
author
skywind3000
committed
2.6.1: clear g:asyncrun_name in normal quickfix jobs
1 parent 29d6be8 commit 97f2017

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

plugin/asyncrun.vim

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
" Maintainer: skywind3000 (at) gmail.com, 2016, 2017, 2018, 2019, 2020
44
" Homepage: http://www.vim.org/scripts/script.php?script_id=5431
55
"
6-
" Last Modified: 2020/03/07 11:48
6+
" Last Modified: 2020/03/07 13:00
77
"
88
" Run shell command in background and output to quickfix:
99
" :AsyncRun[!] [options] {cmd} ...
@@ -525,6 +525,7 @@ function! s:AsyncRun_Job_OnFinish()
525525
call s:AsyncRun_Job_AutoScroll()
526526
endif
527527
let g:asyncrun_code = s:async_code
528+
let g:asyncrun_name = ''
528529
if g:asyncrun_bell != 0
529530
exec "norm! \<esc>"
530531
endif
@@ -1808,7 +1809,7 @@ endfunc
18081809
" asyncrun - version
18091810
"----------------------------------------------------------------------
18101811
function! asyncrun#version()
1811-
return '2.6.0'
1812+
return '2.6.1'
18121813
endfunc
18131814

18141815

0 commit comments

Comments
 (0)