Browse Source

Tests need more care

pull/10/head 0.2
gmarik 15 years ago
parent
commit
8dfbd77c23
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      vundle_test.sh

+ 3
- 3
vundle_test.sh View File

@ -1,7 +1,7 @@
setup() {
mkdir -p $HOME/.vim/autoload/ &&
curl http://github.com/gmarik/vundle/raw/master/autoload/vundle.vim > $HOME/.vim/autoload/vundle.vim
return$([ -s $HOME/.vim/autoload/vundle.vim ] && rm -f ~/.vim/autoload/vundle.vim )
# mkdir -p $HOME/.vim/autoload/ &&
# curl http://github.com/gmarik/vundle/raw/master/autoload/vundle.vim > $HOME/.vim/autoload/vundle.vim
# return$([ -s $HOME/.vim/autoload/vundle.vim ] && rm -f ~/.vim/autoload/vundle.vim )
}
install() {


Loading…
Cancel
Save