reset the next sign id after clearing signs
This commit is contained in:
parent
24c7724fea
commit
f2eb99d374
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user