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
|
exec "sign unplace " . i
|
||||||
endfor
|
endfor
|
||||||
let b:syntastic_sign_ids = []
|
let b:syntastic_sign_ids = []
|
||||||
|
let s:next_sign_id = s:first_sign_id
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
"get all the ids of the SyntaxError signs in the buffer
|
"get all the ids of the SyntaxError signs in the buffer
|
||||||
|
Loading…
x
Reference in New Issue
Block a user