From 906a02c9921841f86d4e70ef8a0718b49fa26b19 Mon Sep 17 00:00:00 2001 From: Tim Child Date: Thu, 4 Dec 2014 11:43:50 +0100 Subject: [PATCH] Updating install.sh to change the repo used for ctrlp Kein seems to have disappeared and the ctrlp.vim project from him has stagnated. There is an active fork under https://github.com/ctrlpvim/ctrlp.vim as a result of issue 591 ( https://github.com/kien/ctrlp.vim/issues/591 ). I propose switching to that instead. --- bin/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/install.sh b/bin/install.sh index b5206758..4cdf5c70 100755 --- a/bin/install.sh +++ b/bin/install.sh @@ -50,7 +50,7 @@ echo "Please add the following settings for NeoBundle to the top of your .vimrc echo "NeoBundle 'Shougo/neosnippet.vim'" echo "NeoBundle 'Shougo/neosnippet-snippets'" echo "NeoBundle 'tpope/vim-fugitive'" - echo "NeoBundle 'kien/ctrlp.vim'" + echo "NeoBundle 'ctrlpvim/ctrlp.vim'" echo "NeoBundle 'flazz/vim-colorschemes'" echo "" echo "\" You can specify revision/branch/tag."