From 52cc1a1346e0a0e9544a6651b330f67c1c9a8844 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Tue, 9 Jul 2013 23:28:15 -0700 Subject: [PATCH] always sending write actions --- plugin/wakatime.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/wakatime.vim b/plugin/wakatime.vim index eb52e3f..e96a2f1 100644 --- a/plugin/wakatime.vim +++ b/plugin/wakatime.vim @@ -200,7 +200,7 @@ let s:VERSION = '0.2.1' call s:Api(targetFile, now, last[0], 1, last) endif else - call s:SetLastAction(last[0], targetFile) + call s:Api(targetFile, now, 0.0, 1, last) endif endfunction