view bin/install-vim-rails @ 582:3e051a850ecf

Support tmux 2.*
author nanaya <me@myconan.net>
date Fri, 05 Feb 2016 00:42:02 +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
)