view bin/install-vim-rails @ 518:5b06950f7d45

Default hg push of current working branch only.
author edogawaconan <me@myconan.net>
date Wed, 28 May 2014 17:17:37 +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
)