view bin/install-vim-rails @ 529:de3ff51840a3

Skip clipboard loading for speedup in current setup. - putty - opensuse - no X
author edogawaconan <me@myconan.net>
date Thu, 16 Oct 2014 21:47:36 +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
)