From 820059e82d39db1a3aa76b73ffeeeeb3232ef8d7 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Sun, 30 Apr 2017 08:59:45 -0700 Subject: [PATCH] 4 spaces for indentation --- plugin/wakatime.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/wakatime.vim b/plugin/wakatime.vim index c0434fe..647a91f 100644 --- a/plugin/wakatime.vim +++ b/plugin/wakatime.vim @@ -456,7 +456,7 @@ let s:VERSION = '5.0.1' autocmd CursorMoved,CursorMovedI * call s:HandleActivity(s:false) autocmd BufWritePost * call s:HandleActivity(s:true) if exists('##QuitPre') - autocmd QuitPre * call s:SendHeartbeats() + autocmd QuitPre * call s:SendHeartbeats() endif augroup END