From 5bbe281db4d23fe90211c30f70f761eb64d96131 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Sun, 4 Nov 2012 00:09:57 +0100 Subject: [PATCH] use git protocol for vundle --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 1a826e3..ddb9241 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,4 +3,4 @@ url = git@github.com:tomru/oh-my-zsh.git [submodule "vim/bundle/vundle"] path = vim/bundle/vundle - url = https://github.com/gmarik/vundle.git + url = git://github.com/gmarik/vundle.git