view bin/install-vim-rails @ 443:8d96292f6c0b

Even more rules.
author Edho Arief <edho@myconan.net>
date Thu, 17 Jan 2013 00:34:57 +0700
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
)