From b478e857885294077745777b53902fd27ee6dbb9 Mon Sep 17 00:00:00 2001
From: hukl <contact@smyck.org>
Date: Sat, 18 May 2013 08:19:15 +0200
Subject: [PATCH] fixed pathogen submodule reference

---
 .gitmodules | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.gitmodules b/.gitmodules
index 0e27db4..958d25a 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,9 +1,8 @@
 # Core
 [submodule ".vim/bundle/pathogen"]
-        path = .vim/bundle/pathogen
+        path = .vim/bundle/vim-pathogen
         url = https://github.com/tpope/vim-pathogen.git
 
-
 [submodule ".vim/bundle/ctrlp.vim"]
         path = .vim/bundle/ctrlp.vim
         url = https://github.com/kien/ctrlp.vim.git
-- 
GitLab