Fix setup for command-t
This commit is contained in:
parent
3126b29d73
commit
28adee722e
1 changed files with 1 additions and 1 deletions
2
setup.sh
2
setup.sh
|
|
@ -83,7 +83,7 @@ for module in ${(k)vimbundles}; do
|
|||
done
|
||||
|
||||
print -P "%BSetting up command-t%b"
|
||||
cd "$dfdir/vim/bundle/command-t"
|
||||
cd "$dfdir/vim/bundle/command-t/ruby/command-t"
|
||||
ruby extconf.rb
|
||||
make
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue