diff --git a/plugin/syntastic.vim b/plugin/syntastic.vim index 57bb1504..9ab27166 100644 --- a/plugin/syntastic.vim +++ b/plugin/syntastic.vim @@ -174,6 +174,7 @@ function! s:ClearSigns() exec "sign unplace " . i endfor let b:syntastic_sign_ids = [] + let s:next_sign_id = s:first_sign_id endfunction "get all the ids of the SyntaxError signs in the buffer