gregsexton / gitv

gitk for Vim.
938 stars 59 forks source link

s:SetupBuffer() now triggers a User/GitvSetupBuffer autocmd #97

Closed rsrchboy closed 7 years ago

rsrchboy commented 8 years ago

...so that people can hook this and easily adjust/extend/whatever their gitv instance.

AlterDepp commented 8 years ago

What do you do with this?

rsrchboy commented 8 years ago

Largely, to make the refs created by gerrit (something like "refs/changes/nn/mmmmmm/oo") a little shorter and more readable.

rbong commented 7 years ago

I can definitely see the use for this and it works for me. I've checked and moving those two functions shouldn't cause issues. Thanks!