view bin/install-vim-nerdtree @ 575:139862f791aa

Less is two spaces as well.
author nanaya <me@myconan.net>
date Mon, 07 Sep 2015 16:52:54 +0900
parents f1550e3f0aee
children
line wrap: on
line source

#!/bin/sh

set -e
set -u

(
  cd ~/.vim/bundle
  test -d nerdtree || git clone https://github.com/scrooloose/nerdtree.git
)