diff options
author | June McEnroe <programble@gmail.com> | 2012-01-22 00:39:59 -0500 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2012-01-22 00:39:59 -0500 |
commit | 37f5d3a1fa86ef9114b722897b9a12ddf70d8070 (patch) | |
tree | a12ca0253f309d9411b714c331d99b3c9f1b85f6 /.gitmodules | |
parent | Add Jellybeans colorscheme (diff) | |
download | src-37f5d3a1fa86ef9114b722897b9a12ddf70d8070.tar.gz src-37f5d3a1fa86ef9114b722897b9a12ddf70d8070.zip |
Add Gundo
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 7c08c5fa..dfd744a1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -40,3 +40,6 @@ [submodule "bundle/jellybeans.vim"] path = bundle/jellybeans.vim url = https://github.com/nanotech/jellybeans.vim.git +[submodule "bundle/gundo.vim"] + path = bundle/gundo.vim + url = http://github.com/sjl/gundo.vim.git |