changeset 23:7c2f7ee3f55e

Increase CtrlP's max file size setting.
author Brian Neal <bgneal@gmail.com>
date Fri, 09 Jan 2015 11:31:30 -0600
parents 4408beef769d
children f5af5e32dcdc
files vim/.vimrc
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/vim/.vimrc	Thu Dec 18 21:07:52 2014 -0600
+++ b/vim/.vimrc	Fri Jan 09 11:31:30 2015 -0600
@@ -18,6 +18,7 @@
 " CtrlP related settings
 set wildignore+=*/.git/*,*/.hg/*,*/.svn/*,*.o,*.swp,*.pyc
 let g:ctrlp_working_path_mode = 'ra'
+let g:ctrlp_max_files = 20000
 
 " This allows % to toggle on if/elsif/else/end, XML tags, & more
 runtime macros/matchit.vim