Merge pull request #52 from skywind3000/master

Eliminate annoying popup window on Windows Taskbar
This commit is contained in:
Alan Hamlett 2017-08-04 15:12:54 -07:00 committed by GitHub
commit a8e99ff8dc
1 changed files with 1 additions and 1 deletions

View File

@ -295,7 +295,7 @@ let s:VERSION = '5.0.2'
let stdout = system('(' . s:JoinArgs(cmd) . ')')
endif
else
exec 'silent !start /min cmd /c "' . s:JoinArgs(cmd) . '"'
exec 'silent !start /b cmd /c "' . s:JoinArgs(cmd) . ' > nul 2> nul"'
endif
else
if s:is_debug_mode_on