Skip to content

Commit

Permalink
Merge pull request #52 from skywind3000/master
Browse files Browse the repository at this point in the history
Eliminate annoying popup window on Windows Taskbar
  • Loading branch information
alanhamlett authored Aug 4, 2017
2 parents 0c5368c + 80a9f1a commit a8e99ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/wakatime.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a8e99ff

Please sign in to comment.