Eliminate annoying popup window on Windows Taskbar when loading, saving or switching buffers.

This commit is contained in:
skywind3000 2017-08-05 04:47:35 +08:00
parent 0c5368cf01
commit 80a9f1ad9a
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