From a8f67e0f0fcb4d0c07f10bc49c5450c6afb89d13 Mon Sep 17 00:00:00 2001 From: Bailey Ling Date: Mon, 26 Aug 2013 15:52:29 +0000 Subject: [PATCH] Reset stats when signs are cleared --- autoload/sy/sign.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/autoload/sy/sign.vim b/autoload/sy/sign.vim index e9be566..98a2b47 100644 --- a/autoload/sy/sign.vim +++ b/autoload/sy/sign.vim @@ -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