remove temp fix for vim-signify. resolves #188.

This commit is contained in:
Bailey Ling 2013-08-31 16:23:53 -04:00
parent 96e92232f6
commit ded2c2ff7e
1 changed files with 0 additions and 8 deletions

View File

@ -10,14 +10,6 @@ function! s:init()
let s:initialized = 1
if get(g:, 'loaded_signify', 0)
function! s:get_hunks()
" this is a temporary fix (see #188)
let fname = fnamemodify(bufname('%'), ':p')
if has_key(g:sy, fname) && has_key(g:sy[fname], 'hunks')
if len(g:sy[fname].hunks) == 0
return [0, 0, 0]
endif
endif
let hunks = sy#repo#get_stats()
if hunks[0] >= 0
return hunks