From 80a9f1ad9a1265fc6b6124760092cbd0b5f4a5c9 Mon Sep 17 00:00:00 2001 From: skywind3000 Date: Sat, 5 Aug 2017 04:47:35 +0800 Subject: [PATCH] Eliminate annoying popup window on Windows Taskbar when loading, saving or switching buffers. --- plugin/wakatime.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/wakatime.vim b/plugin/wakatime.vim index e86cf0b..abd521c 100644 --- a/plugin/wakatime.vim +++ b/plugin/wakatime.vim @@ -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