forked from luna/vim-rana-local
call not needed when assigning to variable
This commit is contained in:
parent
b86e69d9f6
commit
583e902c61
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ let s:VERSION = '5.0.0'
|
|||
if file != ''
|
||||
let heartbeat = {}
|
||||
let heartbeat.entity = file
|
||||
let heartbeat.time = call s:CurrentTimeStr()
|
||||
let heartbeat.time = s:CurrentTimeStr()
|
||||
let heartbeat.is_write = a:is_write
|
||||
if !empty(&syntax)
|
||||
let heartbeat.language = &syntax
|
||||
|
|
Loading…
Reference in a new issue