Reset stats when signs are cleared
This commit is contained in:
parent
3c370e93c0
commit
a8f67e0f0f
@ -47,6 +47,7 @@ function! sy#sign#remove_all(path) abort
|
||||
|
||||
let s:other_signs_line_numbers = {}
|
||||
let g:sy[a:path].hunks = []
|
||||
let g:sy[a:path].stats = [0, 0, 0]
|
||||
endfunction
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user