From f9df28fc79288bc9dc78c5870bd5d008ddeea139 Mon Sep 17 00:00:00 2001 From: Olliver Schinagl Date: Wed, 24 Feb 2016 12:03:52 +0100 Subject: bundle: Install gundo --- .gitmodules | 3 +++ .vim/bundle/gundo.vim | 1 + 2 files changed, 4 insertions(+) create mode 160000 .vim/bundle/gundo.vim diff --git a/.gitmodules b/.gitmodules index cf05581..ab6c914 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,6 @@ [submodule ".vim/bundle/gdbmgr"] path = .vim/bundle/gdbmgr url = https://github.com/vim-scripts/gdbmgr.git +[submodule ".vim/bundle/gundo.vim"] + path = .vim/bundle/gundo.vim + url = https://github.com/sjl/gundo.vim.git diff --git a/.vim/bundle/gundo.vim b/.vim/bundle/gundo.vim new file mode 160000 index 0000000..e7fe410 --- /dev/null +++ b/.vim/bundle/gundo.vim @@ -0,0 +1 @@ +Subproject commit e7fe41024ace9047eee610f23311d44fd9d917c0 -- cgit v0.12