update last sent time even when no heartbeats to send

This commit is contained in:
Alan Hamlett 2017-04-22 02:22:56 -07:00
parent 8a72498e13
commit 8d3988ce97
1 changed files with 1 additions and 0 deletions

View File

@ -236,6 +236,7 @@ let s:VERSION = '4.0.15'
function! s:SendHeartbeats()
if len(s:heartbeats_buffer) == 0
let s:last_sent = localtime()
return
endif