gundo.vim icon indicating copy to clipboard operation
gundo.vim copied to clipboard

Several changes

Open dsummersl opened this issue 12 years ago • 5 comments

I've added several fixes/additions. Here's a complete list:

Haven't heard anything from the first pull request - maybe I'd do better over on the bitbucket site...I'll cross post there...

dsummersl avatar Feb 26 '13 03:02 dsummersl

I'm probably not gonna take all of these but I'll at least take a few when I get some time to go through them.

sjl avatar Jul 11 '13 00:07 sjl

Maybe there would be better luck if these were individual pull requests. Smaller chunks means easier to digest and merge.

sukima avatar Nov 10 '14 18:11 sukima

:+1:

simnalamburt avatar Dec 14 '14 22:12 simnalamburt

@sukima I did in the original bitbucket site where these fixes came from...back when I made these fixes (several years ago now). After I didn't get a response after about a month, I just made my own fork.

I see @simnalamburt you're making your own fork? Perhaps we could join forces. My branch (https://github.com/dsummersl/gundo.vim) isn't significantly different from the original work here, however it does add some nice features:

  • ability to search thru all changes (+ keys to navigate forward/back thru matches)
  • shows changes that were written to file (+ keys to navigate to them quickly).
  • an inline diff in the main gundo window in 'verbose' mode showing a summary of the diff (gundo_verbose_graph setting).
  • neovim support
  • + all the original PRs I made back in the day.

dsummersl avatar Mar 04 '15 15:03 dsummersl

@dsummersl I was planned to do so https://github.com/simnalamburt/vim-mundo/issues/3 Let's do this

simnalamburt avatar Mar 05 '15 02:03 simnalamburt