view bin/install-vim-rails @ 444:963117a9a6d7

[bin/ren] More rules.
author Edho Arief <edho@myconan.net>
date Sun, 20 Jan 2013 15:10:39 +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
)