From 2756c39ee73ea878e2475f2c07dd8147b2200187 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 25 May 2014 15:54:42 -0400 Subject: Add Gundo.vim plugin Shows a visual representation of the current file's undo tree. Makes it easier to see what you did and when, and roll back to a previous version. I tried installing undotree.vim (http://www.vim.org/scripts/script.php?script_id=4177), a pure Vimscript plugin that's similar, but it requires vim 7.3 with patch005 applied which I don't have, and I'm not crazy about compiling a new vim. --- bundle/gundo | 1 + 1 file changed, 1 insertion(+) create mode 160000 bundle/gundo (limited to 'bundle/gundo') diff --git a/bundle/gundo b/bundle/gundo new file mode 160000 index 0000000..3975ac8 --- /dev/null +++ b/bundle/gundo @@ -0,0 +1 @@ +Subproject commit 3975ac871565115e3769dc69c06bc88ddc1369af -- cgit v1.2.3