Eliminate annoying popup window on Windows Taskbar when loading, saving or switching buffers.
This commit is contained in:
parent
0c5368cf01
commit
80a9f1ad9a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue