From 3c370e93c0418364b81d79365295c0ec661686f0 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Thu, 22 Aug 2013 19:06:02 +0200 Subject: [PATCH] Change init stats for disabled plugin --- autoload/sy.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/sy.vim b/autoload/sy.vim index d6fb04c..de94efa 100644 --- a/autoload/sy.vim +++ b/autoload/sy.vim @@ -23,7 +23,7 @@ function! sy#start(path) abort " new buffer.. add to list of registered files if !has_key(g:sy, a:path) if get(g:, 'signify_disable_by_default') - let g:sy[a:path] = { 'active': 0, 'type': 'unknown', 'hunks': [], 'id_top': g:id_top, 'stats': [0, 0, 0] } + let g:sy[a:path] = { 'active': 0, 'type': 'unknown', 'hunks': [], 'id_top': g:id_top, 'stats': [-1, -1, -1] } return endif