From 560426c4a459c0c5099a9d4dded9b0a91d86f7c6 Mon Sep 17 00:00:00 2001 From: gmarik Date: Fri, 15 Jul 2011 02:08:01 -0500 Subject: [PATCH] test invalid bundle aswell --- test/vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/vimrc b/test/vimrc index ac33de1..d0ff49c 100644 --- a/test/vimrc +++ b/test/vimrc @@ -30,6 +30,9 @@ Bundle 'vim-scripts/ragtag.vim' Bundle 'altercation/vim-colors-solarized' " with extension Bundle 'nelstrom/vim-mac-classic-theme.git' +" +" invalid uri +Bundle 'nonexistinguser/yupppierepo.git' " full uri Bundle 'https://github.com/vim-scripts/vim-game-of-life'