From cd6af1cc9c9f21f68767df072d6001d5d918c2cf Mon Sep 17 00:00:00 2001 From: Tony Duckles Date: Sat, 11 Nov 2017 19:06:47 -0600 Subject: [PATCH] .vim/bundle: Update vim bundle submodules --- .gitmodules | 4 ++++ .vim/bundle/ack | 2 +- .vim/bundle/airline | 2 +- .vim/bundle/airline-themes | 2 +- .vim/bundle/fetch | 1 + .vim/bundle/fugitive | 2 +- .vim/bundle/git | 2 +- .vim/bundle/nerdtree | 2 +- 8 files changed, 11 insertions(+), 6 deletions(-) create mode 160000 .vim/bundle/fetch diff --git a/.gitmodules b/.gitmodules index 2e30bb4..54192fa 100644 --- a/.gitmodules +++ b/.gitmodules @@ -50,3 +50,7 @@ path = .vim/bundle/airline-themes url = https://github.com/vim-airline/vim-airline-themes.git ignore = dirty +[submodule ".vim/bundle/fetch"] + path = .vim/bundle/fetch + url = https://github.com/kopischke/vim-fetch.git + ignore = dirty diff --git a/.vim/bundle/ack b/.vim/bundle/ack index a16a9b6..6e04746 160000 --- a/.vim/bundle/ack +++ b/.vim/bundle/ack @@ -1 +1 @@ -Subproject commit a16a9b63eb85cc0960a7f25c54647ac1f99f3360 +Subproject commit 6e04746a63dd2453601ae36c83d53fe2021a45f4 diff --git a/.vim/bundle/airline b/.vim/bundle/airline index 571f892..396cc92 160000 --- a/.vim/bundle/airline +++ b/.vim/bundle/airline @@ -1 +1 @@ -Subproject commit 571f892fcdc28693ec91c090e518f18be7fca138 +Subproject commit 396cc9226171f8dbf1069800a0ae56700bbf3913 diff --git a/.vim/bundle/airline-themes b/.vim/bundle/airline-themes index af3292d..b218f99 160000 --- a/.vim/bundle/airline-themes +++ b/.vim/bundle/airline-themes @@ -1 +1 @@ -Subproject commit af3292dbbb6d8abe35d0ad50bd86b6ac6219abb7 +Subproject commit b218f99b17626fb67eab31dd58b7d1c68917910a diff --git a/.vim/bundle/fetch b/.vim/bundle/fetch new file mode 160000 index 0000000..ce1bfad --- /dev/null +++ b/.vim/bundle/fetch @@ -0,0 +1 @@ +Subproject commit ce1bfadb9120c92794534d995cd44b0ec6f6fb3e diff --git a/.vim/bundle/fugitive b/.vim/bundle/fugitive index 8f60d1d..d16cd9c 160000 --- a/.vim/bundle/fugitive +++ b/.vim/bundle/fugitive @@ -1 +1 @@ -Subproject commit 8f60d1d459362771cb68c0097565efdf52e62ec3 +Subproject commit d16cd9ced1feffb53b8457357aab17be72addeae diff --git a/.vim/bundle/git b/.vim/bundle/git index 78940de..04c9a9d 160000 --- a/.vim/bundle/git +++ b/.vim/bundle/git @@ -1 +1 @@ -Subproject commit 78940def7e06445a8213a182fde5de8c0ef411d3 +Subproject commit 04c9a9d1ce06ce8438e55db6c581e94344da3aa1 diff --git a/.vim/bundle/nerdtree b/.vim/bundle/nerdtree index 5782b22..97433ed 160000 --- a/.vim/bundle/nerdtree +++ b/.vim/bundle/nerdtree @@ -1 +1 @@ -Subproject commit 5782b228e495c733af4ba2e547e5dc44ebc8bc25 +Subproject commit 97433edd43f3a4a95c84389bcaafbe7a047cf756 -- 2.43.0