gundo.vim
gundo.vim copied to clipboard
Several changes
I've added several fixes/additions. Here's a complete list:
- Issue 34: show changes that were saved to disk
- Issue 38: Python errors NoneType
- Issue 40: live updates
- Issue 28: open vimdiff of current buffer..
- Issue 33: fix for global_disable
- Issue 31: reduce overall verbosity
Haven't heard anything from the first pull request - maybe I'd do better over on the bitbucket site...I'll cross post there...
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.
Maybe there would be better luck if these were individual pull requests. Smaller chunks means easier to digest and merge.
:+1:
@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 I was planned to do so https://github.com/simnalamburt/vim-mundo/issues/3 Let's do this