From f8bdce6d972e420f084b62553bf1f562f5b14ce7 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Mon, 10 Mar 2014 22:56:54 +0100 Subject: vim: added CtrlP module; updated submodules --- .gitmodules | 3 +++ vim/bundle/airline | 2 +- vim/bundle/ctrlp | 1 + vim/bundle/fugitive | 2 +- vim/bundle/gitgutter | 2 +- vim/bundle/tagbar | 2 +- 6 files changed, 8 insertions(+), 4 deletions(-) create mode 160000 vim/bundle/ctrlp diff --git a/.gitmodules b/.gitmodules index 6f56857..70931ec 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,3 +19,6 @@ [submodule "gitgutter"] path = vim/bundle/gitgutter url = https://github.com/airblade/vim-gitgutter.git +[submodule "ctrlp"] + path = vim/bundle/ctrlp + url = https://github.com/kien/ctrlp.vim.git diff --git a/vim/bundle/airline b/vim/bundle/airline index dbd6c4a..799e5e0 160000 --- a/vim/bundle/airline +++ b/vim/bundle/airline @@ -1 +1 @@ -Subproject commit dbd6c4a71ae078b7065500aca3bd96b6d410a3b6 +Subproject commit 799e5e028fc48f8035cabef1eb92b02a2d52cbfa diff --git a/vim/bundle/ctrlp b/vim/bundle/ctrlp new file mode 160000 index 0000000..b5d3fe6 --- /dev/null +++ b/vim/bundle/ctrlp @@ -0,0 +1 @@ +Subproject commit b5d3fe66a58a13d2ff8b6391f4387608496a030f diff --git a/vim/bundle/fugitive b/vim/bundle/fugitive index 8f0b8ed..f395f3c 160000 --- a/vim/bundle/fugitive +++ b/vim/bundle/fugitive @@ -1 +1 @@ -Subproject commit 8f0b8edfbd246c0026b7a2388e1d883d579ac7f6 +Subproject commit f395f3cbeaa353ff1545c3c8f86b2fef65003592 diff --git a/vim/bundle/gitgutter b/vim/bundle/gitgutter index f291db0..a1a29b8 160000 --- a/vim/bundle/gitgutter +++ b/vim/bundle/gitgutter @@ -1 +1 @@ -Subproject commit f291db08c77c924bf027bb21ed517ed721afed45 +Subproject commit a1a29b87eeee6bbc0853e505b487d26d4ebae58f diff --git a/vim/bundle/tagbar b/vim/bundle/tagbar index 614b5b2..fdceb4e 160000 --- a/vim/bundle/tagbar +++ b/vim/bundle/tagbar @@ -1 +1 @@ -Subproject commit 614b5b244f3a7a9e0174ebcf73c809de6e62e32c +Subproject commit fdceb4ea7112fe58c25556c3f7b06485cf0337cb -- cgit v1.2.3