Skip to content

Commit fbb10a5

Browse files
author
Gaspar Chilingarov
committed
Bugfix for periodic update check
1 parent d1f0454 commit fbb10a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/vimide.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ function! s:checkUpdates() " {{{
601601
else
602602
let lastUpdateTs = join(readfile(tsFileName), "")
603603
if lastUpdateTs + g:vimide_update_check_period < currentTs
604-
runUpdateCheck = 1
604+
let runUpdateCheck = 1
605605
endif
606606
endif
607607

0 commit comments

Comments
 (0)