Mercurial > ec-dotfiles
view bin/install-vim-rails @ 508:bbcffc594d1e
Vendor what should be vendored and add some more.
| author | edogawaconan <me@myconan.net> | 
|---|---|
| date | Mon, 17 Mar 2014 15:47:15 +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 )
