From f4dd29bacb0cb0503bc90b40f9586eee5153dd10 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sun, 22 Jan 2012 00:39:59 -0500 Subject: Add Gundo --- .gitmodules | 3 +++ bundle/gundo.vim | 1 + 2 files changed, 4 insertions(+) create mode 160000 bundle/gundo.vim 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 diff --git a/bundle/gundo.vim b/bundle/gundo.vim new file mode 160000 index 00000000..50092711 --- /dev/null +++ b/bundle/gundo.vim @@ -0,0 +1 @@ +Subproject commit 50092711ff831742cece76f3322674858863e3f3 -- cgit 1.4.1