Skip to content

Instantly share code, notes, and snippets.

@mhinz
Last active December 21, 2015 08:59
Show Gist options
  • Save mhinz/6282134 to your computer and use it in GitHub Desktop.
Save mhinz/6282134 to your computer and use it in GitHub Desktop.
function! sy#repo#get_stats() abort
if !exists('g:sy_path') || !has_key(g:sy, g:sy_path)
return [-1, -1, -1]
endif
return g:sy[g:sy_path].stats
endfunction
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment