changeset 426:9f6474336dcc

Added vim-rails installer script.
author Edho Arief <edho@myconan.net>
date Sat, 29 Dec 2012 21:46:09 +0700
parents 7394b88bf1c6
children c9a2db197010
files bin/install-vim-rails
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /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
+)