From f115f31fa0cc7ea348658fdd6d6b7cdc997b5b90 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Tue, 13 Oct 2015 11:01:52 +0100 Subject: [PATCH] Add Pathogen submodule --- .gitmodules | 3 +++ bundle/vim-pathogen | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 bundle/vim-pathogen diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..882a27f --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "bundle/vim-pathogen"] + path = bundle/vim-pathogen + url = https://github.com/tpope/vim-pathogen.git diff --git a/bundle/vim-pathogen b/bundle/vim-pathogen new file mode 160000 index 0000000..b4174e4 --- /dev/null +++ b/bundle/vim-pathogen @@ -0,0 +1 @@ +Subproject commit b4174e4d1a16e7f0c5c6dfca923269a20a9f50c2