Stop clearing stats in sy#sign#remove_all_the_signs

This commit is contained in:
James McCoy 2016-03-31 20:26:47 -04:00
parent 3f0df1498c
commit f708bc475f

View File

@ -199,7 +199,6 @@ function! sy#sign#remove_all_signs(bufnr) abort
endfor
let sy.hunks = []
let sy.stats = [0, 0, 0]
endfunction
" Function: s:add_sign {{{1