From 267e63c5be71bd927fb398d3d89ab52120c3fc67 Mon Sep 17 00:00:00 2001 From: Haak Saxberg Date: Thu, 1 Aug 2013 19:25:31 -0700 Subject: [PATCH] vim-fugitive submodule --- .gitmodules | 3 +++ vim-files/.vim/bundle/vim-fugitive | 1 + 2 files changed, 4 insertions(+) create mode 160000 vim-files/.vim/bundle/vim-fugitive diff --git a/.gitmodules b/.gitmodules index cd6a5e9..9d57aab 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "vim-files/.vim/bundle/vim-sensible"] path = vim-files/.vim/bundle/vim-sensible url = git://github.com/tpope/vim-sensible.git +[submodule "vim-files/.vim/bundle/vim-fugitive"] + path = vim-files/.vim/bundle/vim-fugitive + url = https://github.com/tpope/vim-fugitive.git diff --git a/vim-files/.vim/bundle/vim-fugitive b/vim-files/.vim/bundle/vim-fugitive new file mode 160000 index 0000000..124550c --- /dev/null +++ b/vim-files/.vim/bundle/vim-fugitive @@ -0,0 +1 @@ +Subproject commit 124550cfee33a1bb9a227e78ccc709317a89dae9