Set up command-t after clone

This commit is contained in:
Eryn Wells 2012-08-08 10:18:46 -07:00
parent eb71c06989
commit 09faeaf7ab

View file

@ -82,4 +82,9 @@ for module in ${(k)vimbundles}; do
print -P "$spaces%F{$color}$result%f"
done
print -P "%BSetting up command-t%b"
cd "$dfdir/vim/bundle/command-t"
ruby extconf.rb
make
exit 0