From f5db5fa5ce29d52acc539721b6e7188da16896fd Mon Sep 17 00:00:00 2001 From: Xavier Logerais Date: Sun, 1 Mar 2015 20:46:00 +0100 Subject: [PATCH] Install bundler.vim bundle as a submodule. --- .gitmodules | 3 +++ bundle/bundler | 1 + 2 files changed, 4 insertions(+) create mode 160000 bundle/bundler diff --git a/.gitmodules b/.gitmodules index 6e1b27d..5c37849 100644 --- a/.gitmodules +++ b/.gitmodules @@ -25,3 +25,6 @@ [submodule "bundle/rake"] path = bundle/rake url = git://github.com/tpope/vim-rake.git +[submodule "bundle/bundler"] + path = bundle/bundler + url = git://github.com/tpope/vim-bundler.git diff --git a/bundle/bundler b/bundle/bundler new file mode 160000 index 0000000..48abb77 --- /dev/null +++ b/bundle/bundler @@ -0,0 +1 @@ +Subproject commit 48abb774c72732a75f8ab05ee7493b1041dd8ae8