reset the next sign id after clearing signs

This commit is contained in:
Martin Grenfell 2009-07-12 01:35:29 +12:00
parent 24c7724fea
commit f2eb99d374

View File

@ -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