From 1d86a858a66d865f68850d7c4ffd05dda8a63b29 Mon Sep 17 00:00:00 2001 From: Graham Ashton Date: Mon, 5 Aug 2013 22:24:45 +0100 Subject: [PATCH] Install vim-bundler and vim-rake --- .gitmodules | 6 ++++++ bundle/vim-bundler | 1 + bundle/vim-rake | 1 + 3 files changed, 8 insertions(+) create mode 160000 bundle/vim-bundler create mode 160000 bundle/vim-rake diff --git a/.gitmodules b/.gitmodules index 79df271..ef7872c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -58,3 +58,9 @@ [submodule "bundle/vim-textobj-rubyblock"] path = bundle/vim-textobj-rubyblock url = https://github.com/nelstrom/vim-textobj-rubyblock.git +[submodule "bundle/vim-bundler"] + path = bundle/vim-bundler + url = https://github.com/tpope/vim-bundler.git +[submodule "bundle/vim-rake"] + path = bundle/vim-rake + url = https://github.com/tpope/vim-rake.git diff --git a/bundle/vim-bundler b/bundle/vim-bundler new file mode 160000 index 0000000..722e344 --- /dev/null +++ b/bundle/vim-bundler @@ -0,0 +1 @@ +Subproject commit 722e34404a9aa7d51cff2cc23ccff71f407a6569 diff --git a/bundle/vim-rake b/bundle/vim-rake new file mode 160000 index 0000000..6b76305 --- /dev/null +++ b/bundle/vim-rake @@ -0,0 +1 @@ +Subproject commit 6b763058436964f1e20243200060ae78c0bd7a1d