view bin/install-vim-rails @ 493:1ad9091c464e

Properly set window name for vim.
author edogawaconan <me@myconan.net>
date Sat, 09 Nov 2013 17:28:20 +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
)