view bin/install-vim-rails @ 609:7f5234a312f7

Cleanup style
author nanaya <me@nanaya.pro>
date Fri, 07 Jul 2017 19:35:52 +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
)