We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
-close=1
1 parent a5a7057 commit fbace96Copy full SHA for fbace96
autoload/asyncrun/runner/quickui.vim
@@ -17,7 +17,7 @@ endfunc
17
function! asyncrun#runner#quickui#run(argv)
18
let argv = a:argv
19
let opts = {}
20
- let opts.pause = (get(argv, 'pause', 1) == 0)? 0 : 1
+ let opts.pause = (get(argv, 'close', 0) == 0)? 1 : 0
21
let opts.color = 'QuickBG'
22
" unsilent echom argv
23
if has_key(argv, 'post')
0 commit comments