From d39598508988ad74854eb90fae070301582389ff Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 29 Sep 2012 01:12:41 +1200 Subject: Add Gundo --- .gitmodules | 3 +++ vim/bundle/gundo | 1 + 2 files changed, 4 insertions(+) create mode 160000 vim/bundle/gundo diff --git a/.gitmodules b/.gitmodules index 15b80e13..7d23a2a1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -58,3 +58,6 @@ path = vim/bundle/tabular url = git://github.com/godlygeek/tabular.git ignore = dirty +[submodule "vim/bundle/gundo"] + path = vim/bundle/gundo + url = https://github.com/sjl/gundo.vim.git diff --git a/vim/bundle/gundo b/vim/bundle/gundo new file mode 160000 index 00000000..4c376a80 --- /dev/null +++ b/vim/bundle/gundo @@ -0,0 +1 @@ +Subproject commit 4c376a8061fa335228da420937ce385b847dd56a -- cgit v1.2.3