gregsexton / gitv

gitk for Vim.
936 stars 59 forks source link

Folding in commit at browser mode #12

Closed VitekJezek closed 13 years ago

VitekJezek commented 13 years ago

I dont know, if this is feature request, or bug report O: )

Anyway - when I open a commit in browser mode, nothing is collapsed, but it would be great, if it loads like this - http://d.pr/bGTq

BTW I had removed all my settings in vimrc (except pathogen), and all plugins (except pathogen & gitv & vim-fugitive). Everything is up to date (fugitive is using commit b089a2; gitv 69cfaf).

gregsexton commented 13 years ago

Definitely a bug report. Commits opened in my browser are always collapsed initially. I'll take a look into this and see what I can determine.

gregsexton commented 13 years ago

This should be fixed now. If you pull the latest changes it should always fold nicely when you open a commit. Let me know if you have any problems!

Thanks,

Greg