# HG changeset patch # User Edho Arief # Date 1356792369 -25200 # Node ID 9f6474336dcc90ae5b648d559b01dcadbcbdd69d # Parent 7394b88bf1c6f0505edae6c656457344b12c8884 Added vim-rails installer script. diff -r 7394b88bf1c6 -r 9f6474336dcc bin/install-vim-rails --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bin/install-vim-rails Sat Dec 29 21:46:09 2012 +0700 @@ -0,0 +1,9 @@ +#!/bin/sh + +set -e +set -o + +( + cd ~/.vim/bundle + git clone git://github.com/tpope/vim-rails.git +)