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