Skip to content

Commit

Permalink
Updating install.sh to change the repo used for ctrlp
Browse files Browse the repository at this point in the history
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 ( kien/ctrlp.vim#591 ). I propose switching to that instead.
  • Loading branch information
timc3 committed Dec 4, 2014
1 parent a78bf2c commit 906a02c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/install.sh
Expand Up @@ -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."
Expand Down

0 comments on commit 906a02c

Please sign in to comment.