view bin/install-vim-rails @ 544:75c30f2b4694

Add special setting for ruby, global default to 4/noet (ruby is 2/et).
author edogawaconan <me@myconan.net>
date Tue, 24 Feb 2015 19:17:26 +0900
parents 214df22d4d9e
children
line wrap: on
line source

#!/bin/sh

set -e
set -u

(
  cd ~/.vim/bundle
  test -d vim-rails || git clone git://github.com/tpope/vim-rails.git
)