diff options
author | June McEnroe <june@causal.agency> | 2012-01-22 00:39:59 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2012-01-22 00:39:59 -0500 |
commit | f4dd29bacb0cb0503bc90b40f9586eee5153dd10 (patch) | |
tree | a12ca0253f309d9411b714c331d99b3c9f1b85f6 /.gitmodules | |
parent | Add Jellybeans colorscheme (diff) | |
download | src-f4dd29bacb0cb0503bc90b40f9586eee5153dd10.tar.gz src-f4dd29bacb0cb0503bc90b40f9586eee5153dd10.zip |
Add Gundo
Diffstat (limited to '')
-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 |