aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-07-17 17:47:39 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-07-17 17:47:39 +1200
commitf08b61bc8db536f0ccd9fc395eb5ab678cfecfea (patch)
tree49635c0f0fe66a9394ea561e3d903367b419016a
parentAdd basic .ackrc (diff)
downloaddotfiles-f08b61bc8db536f0ccd9fc395eb5ab678cfecfea.tar.gz
dotfiles-f08b61bc8db536f0ccd9fc395eb5ab678cfecfea.zip
Replace gundo with undotree
-rw-r--r--.gitmodules8
m---------vim/bundle/gundo0
m---------vim/bundle/undotree0
3 files changed, 4 insertions, 4 deletions
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
diff --git a/vim/bundle/gundo b/vim/bundle/gundo
deleted file mode 160000
-Subproject 4c376a8061fa335228da420937ce385b847dd56
diff --git a/vim/bundle/undotree b/vim/bundle/undotree
new file mode 160000
+Subproject 9deabd775793798e64296d1e13a98e36aabc032