Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit 2337c65

Browse files
committed
Keep track of b:changedtick.
1 parent dac07db commit 2337c65

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

plugin/syntastic.vim

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if has('reltime')
1919
lockvar! g:_SYNTASTIC_START
2020
endif
2121

22-
let g:_SYNTASTIC_VERSION = '3.6.0-65'
22+
let g:_SYNTASTIC_VERSION = '3.6.0-66'
2323
lockvar g:_SYNTASTIC_VERSION
2424

2525
" Sanity checks {{{1
@@ -304,6 +304,9 @@ function! s:UpdateErrors(auto_invoked, checker_names) abort " {{{2
304304
let run_checks = !a:auto_invoked || s:modemap.doAutoChecking()
305305
if run_checks
306306
call s:CacheErrors(a:checker_names)
307+
unlockvar! b:syntastic_changedtick
308+
let b:syntastic_changedtick = b:changedtick
309+
lockvar! b:syntastic_changedtick
307310
endif
308311

309312
let loclist = g:SyntasticLoclist.current()

0 commit comments

Comments
 (0)