tomtom / quickfixsigns_vim

Mark quickfix & location list items with signs
http://www.vim.org/scripts/script.php?script_id=2584
GNU General Public License v3.0
131 stars 13 forks source link

Add quickfixsigns#vcsdiff#GetHunkSummary #56

Closed blueyed closed 9 years ago

blueyed commented 9 years ago

This provides an API to query the number of added, modified and changed places.

It is meant to be used by vim-airlines's hunk extension (https://github.com/bling/vim-airline/blob/master/autoload/airline/extensions/hunks.vim).

blueyed commented 9 years ago

Closing this in favor of https://github.com/tomtom/quickfixsigns_vim/pull/57.