From 09faeaf7ab84546d101177ba7cc8da0fc11b057b Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Wed, 8 Aug 2012 10:18:46 -0700 Subject: [PATCH] Set up command-t after clone --- setup.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/setup.sh b/setup.sh index d838b9e..4fc441b 100755 --- a/setup.sh +++ b/setup.sh @@ -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