view bin/install-vim-rails @ 440:abbdb936a36a

Automated pgsql yum version detect.
author Edho Arief <edho@myconan.net>
date Sun, 06 Jan 2013 13:52:11 +0300
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
)