diff --git a/plugin/wakatime.vim b/plugin/wakatime.vim index e91f383..a364080 100644 --- a/plugin/wakatime.vim +++ b/plugin/wakatime.vim @@ -126,10 +126,6 @@ let s:VERSION = '1.5.2' let last = s:GetLastAction() if s:EnoughTimePassed(now, last) || targetFile != last[2] call s:Api(targetFile, now, 0, last) - else - if now - last[1] > 5 - call s:SetLastAction(last[0], now, targetFile) - endif endif endfunction