view bin/install-vim-rails @ 578:184635b813e1

Whoops, has been using wrong syntax
author nanaya <me@myconan.net>
date Sun, 11 Oct 2015 04:00:47 +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
)