From 2c4fff3fb92c9fa3540f7ea9989cc4016eafcb82 Mon Sep 17 00:00:00 2001 From: yan Date: Wed, 23 May 2012 10:44:32 -0700 Subject: [PATCH] Fix evil submodule code introduced in 3525561 --- .gitmodules | 8 ++++---- ...github.com-groenewege-vim-less => groenewege-vim-less} | 0 2 files changed, 4 insertions(+), 4 deletions(-) rename vim/bundle/{git:--github.com-groenewege-vim-less => groenewege-vim-less} (100%) diff --git a/.gitmodules b/.gitmodules index 586e8e7..b8342f2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -300,7 +300,7 @@ ignore = dirty [submodule "zsh/zsh-syntax-highlighting"] path = zsh/zsh-syntax-highlighting - url = git://github.com/zsh-users/zsh-syntax-highlighting.git + url = https://github.com/zsh-users/zsh-syntax-highlighting.git [submodule "vim/bundle/skwp-vim-spec-finder"] path = vim/bundle/skwp-vim-spec-finder url = https://github.com/skwp/vim-spec-finder @@ -313,6 +313,6 @@ [submodule "vim/bundle/skwp-vim-easymotion"] path = vim/bundle/skwp-vim-easymotion url = https://github.com/skwp/vim-easymotion -[submodule "vim/bundle/git:--github.com-groenewege-vim-less"] - path = vim/bundle/git:--github.com-groenewege-vim-less - url = git://github.com/groenewege/vim-less.git +[submodule "vim/bundle/groenewege-vim-less"] + path = vim/bundle/groenewege-vim-less + url = https://github.com/groenewege/vim-less.git diff --git a/vim/bundle/git:--github.com-groenewege-vim-less b/vim/bundle/groenewege-vim-less similarity index 100% rename from vim/bundle/git:--github.com-groenewege-vim-less rename to vim/bundle/groenewege-vim-less