From cc46d817ce2c708b989f9ef459cf6e9a8e587c54 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Wed, 6 Sep 2017 12:10:13 -0700 Subject: [PATCH] should not always send heartbeats --- plugin/wakatime.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/plugin/wakatime.vim b/plugin/wakatime.vim index f3c1e13..d386975 100644 --- a/plugin/wakatime.vim +++ b/plugin/wakatime.vim @@ -269,7 +269,6 @@ let s:VERSION = '5.0.2' " as STDIN and we are forced to send heartbeats individually. call s:SendHeartbeats() endif - call s:SendHeartbeats() endif endfunction