Documentation

- bundlerc support deprecated
This commit is contained in:
gmarik
2010-10-30 21:02:36 -05:00
parent ae175c66ce
commit 1aa577a8ef
2 changed files with 20 additions and 17 deletions

View File

@@ -12,9 +12,13 @@ install() {
echo -en 'Install:'; [ -d $HOME/.vim/bundle ] && [ "$(ls -1 -d ~/.vim/bundle/*|wc -l)" = "$(grep ^Bundle ~/.vim/vimrc|wc -l)" ] && echo 'ok' || echo 'fail'
}
# $ source vundle_test.sh; test
test() {
setup
install
}
test
# $ source vundle_test.sh; doc
doc() {
maruku --html README.md ; open README.html
}