From f08b61bc8db536f0ccd9fc395eb5ab678cfecfea Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 17 Jul 2013 17:47:39 +1200 Subject: Replace gundo with undotree --- .gitmodules | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 1b5ec4e4..141136f1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -58,10 +58,6 @@ path = vim/bundle/tabular url = git://github.com/godlygeek/tabular.git ignore = dirty -[submodule "vim/bundle/gundo"] - path = vim/bundle/gundo - url = git://github.com/sjl/gundo.vim.git - ignore = dirty [submodule "vim/bundle/tbone"] path = vim/bundle/tbone url = git://github.com/tpope/vim-tbone.git @@ -86,3 +82,7 @@ path = vim/bundle/twig url = git://github.com/lunaru/vim-twig ignore = dirty +[submodule "vim/bundle/undotree"] + path = vim/bundle/undotree + url = git://github.com/mbbill/undotree + ignore = dirty -- cgit v1.2.3