jaxbot / github-issues.vim

Github issue lookup in Vim
http://jaxbot.me/articles/github-issues-vim-plugin-5-7-2014
Other
405 stars 28 forks source link

fix commits and diff links #144

Closed TheJefe closed 9 years ago

TheJefe commented 9 years ago

My last PR broke the mappings that allowed you to select the "[Commits]" and "[Files Changed]" tags. This moves the mappings to after the buffer is renamed.

jaxbot commented 9 years ago

I'm curious if your branch prefix, "jk/", means anything other than "just kidding" ;)

Thanks for the quick fix!

TheJefe commented 9 years ago

Haha yea, those are my initials, makes for all sorts of fun. I'm used to prefixing my Branch's with them for work. Its makes for a nice clear way of showing who is responsible for a branch .

Thanks for reviewing and merging :)