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 API for vcs hunk stat #57

Closed blueyed closed 9 years ago

blueyed commented 9 years ago

This adds quickfixsigns#vcsdiff#GetHunkSummary, and a caching layer for it.

tomtom commented 9 years ago

Is there a reason you don't use buffer-local vars b:cached_list, b:cached_hunkstat?

blueyed commented 9 years ago

No. I just have not thought about it. I will change the PR accordingly.

blueyed commented 9 years ago

Done. Let me know if I should amend it into a single commit.