From 61de2e8c9c877e10576e392c51d5f8318831a450 Mon Sep 17 00:00:00 2001 From: Xavier Logerais Date: Sun, 1 Mar 2015 20:45:55 +0100 Subject: [PATCH] Install ruby module in bundle as a submodule --- .gitmodules | 3 +++ bundle/ruby | 1 + 2 files changed, 4 insertions(+) create mode 160000 bundle/ruby diff --git a/.gitmodules b/.gitmodules index cc26c39..f924656 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,3 +16,6 @@ [submodule "bundle/fugitive"] path = bundle/fugitive url = git://github.com/tpope/vim-fugitive.git +[submodule "bundle/ruby"] + path = bundle/ruby + url = git://github.com/vim-ruby/vim-ruby.git diff --git a/bundle/ruby b/bundle/ruby new file mode 160000 index 0000000..c298d2f --- /dev/null +++ b/bundle/ruby @@ -0,0 +1 @@ +Subproject commit c298d2f352559f0c690d5e75f7ed6ce0c61ff474