From 2927fa1017f6551c361a7fb19dcbc7dbdbc580a9 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 13 Apr 2013 03:58:34 +0200 Subject: [PATCH] vim/bundle/gundo: Add as submodule. --- .gitmodules | 3 +++ vim/bundle/gundo | 1 + 2 files changed, 4 insertions(+) create mode 160000 vim/bundle/gundo diff --git a/.gitmodules b/.gitmodules index 259493f..69178c2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "vim/bundle/fswitch"] path = vim/bundle/fswitch url = https://github.com/derekwyatt/vim-fswitch.git +[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 0000000..d4d1fd7 --- /dev/null +++ b/vim/bundle/gundo @@ -0,0 +1 @@ +Subproject commit d4d1fd7092e54b5d5264789365ecdf6b799bd33b -- 2.43.2