From 045db493a1d01dd57e3ffc0e3ac7ed3a77bc4cfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Logerais=20=28Numericable=20-=20Ing=C3=A9nierie?= =?UTF-8?q?=20Syst=C3=A8me=29?= Date: Mon, 2 Mar 2015 16:19:47 +0100 Subject: [PATCH] Install git.vim bundle as a submodule. --- .gitmodules | 3 +++ bundle/git | 1 + 2 files changed, 4 insertions(+) create mode 160000 bundle/git diff --git a/.gitmodules b/.gitmodules index 5a363fe..96de3be 100644 --- a/.gitmodules +++ b/.gitmodules @@ -40,3 +40,6 @@ [submodule "bundle/matchit"] path = bundle/matchit url = https://github.com/tmhedberg/matchit.git +[submodule "bundle/git"] + path = bundle/git + url = https://github.com/tpope/vim-git.git diff --git a/bundle/git b/bundle/git new file mode 160000 index 0000000..3612660 --- /dev/null +++ b/bundle/git @@ -0,0 +1 @@ +Subproject commit 36126609572d95e93cc8b06f73670fbbf3a3736a