Skip to content

Commit da843f9

Browse files
author
skywind3000
committed
remove some debug information
1 parent d6cbb8b commit da843f9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

plugin/asyncrun.vim

Lines changed: 1 addition & 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/02/10 06:12
6+
" Last Modified: 2020/02/10 06:16
77
"
88
" Run shell command in background and output to quickfix:
99
" :AsyncRun[!] [options] {cmd} ...
@@ -1584,7 +1584,6 @@ function! asyncrun#run(bang, opts, args, ...)
15841584
let l:opts.macros = l:macros
15851585
let l:opts.mode = get(l:opts, 'mode', g:asyncrun_mode)
15861586
let l:opts.errorformat = get(l:opts, 'errorformat', &errorformat)
1587-
echo l:opts.errorformat
15881587
let s:async_scroll = (a:bang == '!')? 0 : 1
15891588

15901589
" check if need to save

0 commit comments

Comments
 (0)