view bin/install-vim-rails @ 535:70d4fb4f7d9f

copyindent instead of expandtab. I never use tab for spaces anyway.
author edogawaconan <me@myconan.net>
date Mon, 05 Jan 2015 18:50:01 +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
)