view bin/install-vim-rails @ 515:023071785b97

Updated fingerprint.
author edogawaconan <me@myconan.net>
date Wed, 09 Apr 2014 06:43:59 +0400
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
)