I use and love Tim Pope's excellent Fugitive plugin for VIM, I've always wanted the ability to load up a diff of all of the files in the :Glog
quickfix and cycles through them to the file in HEAD (or maybe any revision!) individually. Using :diffthis
doesn't persist the diff when I switch to previous versions and macros seem like a kindof off way to solve it.
Is there a canonical way to do this?