Reset stats when signs are cleared

This commit is contained in:
Bailey Ling 2013-08-26 15:52:29 +00:00
parent 3c370e93c0
commit a8f67e0f0f

View File

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