From bc857fd3ea2c6f283ed3c631e85093be789d60fe Mon Sep 17 00:00:00 2001 From: James Herdman Date: Thu, 22 Mar 2012 23:26:19 -0400 Subject: [PATCH] Switch to ctrlp.vim --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 42a67fa..d1340cf 100644 --- a/vimrc +++ b/vimrc @@ -5,7 +5,7 @@ set rtp+=~/.vim/bundle/vundle call vundle#rc() Bundle 'gmarik/vundle' -Bundle 'wincent/Command-T' +Bundle 'kien/ctrlp.vim.git' Bundle 'markabe/bufexplorer' Bundle 'edsono/vim-matchit' Bundle 'scrooloose/nerdtree'