From f2eb99d374339c2dcadaaa079d895331f983489f Mon Sep 17 00:00:00 2001 From: Martin Grenfell Date: Sun, 12 Jul 2009 01:35:29 +1200 Subject: [PATCH] reset the next sign id after clearing signs --- plugin/syntastic.vim | 1 + 1 file changed, 1 insertion(+) 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