diff options
| author | Teddy Wing | 2014-05-25 15:54:42 -0400 | 
|---|---|---|
| committer | Teddy Wing | 2014-05-25 15:54:42 -0400 | 
| commit | 2756c39ee73ea878e2475f2c07dd8147b2200187 (patch) | |
| tree | 4fa0393989d7d6766fdc07400cfc3941ca7ad755 | |
| parent | 1c62251ea84d8d53012da687b929ca8b70c16f24 (diff) | |
| download | dotvim-2756c39ee73ea878e2475f2c07dd8147b2200187.tar.bz2 | |
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.
| -rw-r--r-- | .gitmodules | 3 | ||||
| m--------- | bundle/gundo | 0 | 
2 files changed, 3 insertions, 0 deletions
| diff --git a/.gitmodules b/.gitmodules index 33d2e65..3bcc7a9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -28,3 +28,6 @@  	path = bundle/camelcasemotion  	url = https://github.com/vim-scripts/camelcasemotion.git  	ignore = untracked +[submodule "bundle/gundo"] +	path = bundle/gundo +	url = https://github.com/sjl/gundo.vim.git diff --git a/bundle/gundo b/bundle/gundo new file mode 160000 +Subproject 3975ac871565115e3769dc69c06bc88ddc1369a | 
