forked from luna/vim-rana-local
update last sent time even when no heartbeats to send
This commit is contained in:
parent
8a72498e13
commit
8d3988ce97
1 changed files with 1 additions and 0 deletions
|
@ -236,6 +236,7 @@ let s:VERSION = '4.0.15'
|
||||||
|
|
||||||
function! s:SendHeartbeats()
|
function! s:SendHeartbeats()
|
||||||
if len(s:heartbeats_buffer) == 0
|
if len(s:heartbeats_buffer) == 0
|
||||||
|
let s:last_sent = localtime()
|
||||||
return
|
return
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue