We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05c8983 commit 7f96c98Copy full SHA for 7f96c98
plug.vim
@@ -802,7 +802,7 @@ function! s:bang(cmd, ...)
802
call writefile(['@echo off', cmd], batchfile)
803
let cmd = batchfile
804
endif
805
- let g:_plug_bang = '!'.escape(cmd, '#!%')
+ let g:_plug_bang = (s:is_win && has('gui_running') ? 'silent ' : '').'!'.escape(cmd, '#!%')
806
execute "normal! :execute g:_plug_bang\<cr>\<cr>"
807
finally
808
unlet g:_plug_bang
0 commit comments