Adding gemrc and taking out bad ctrl-p algorithm

This commit is contained in:
Dustin Swan
2012-07-17 22:26:01 -05:00
parent 869c6f9e27
commit 496cef7602
4 changed files with 11 additions and 10 deletions

16
vimrc
View File

@@ -180,11 +180,11 @@ nnoremap <leader>b :CtrlPBuffer<cr>
" Set the max files
let g:ctrlp_max_files = 10000
" Optimize file searching
if has("unix")
let g:ctrlp_user_command = {
\ 'types': {
\ 1: ['.git/', 'cd %s && git ls-files']
\ },
\ 'fallback': 'find %s -type f | head -' . g:ctrlp_max_files
\ }
endif
"if has("unix")
"let g:ctrlp_user_command = {
"\ 'types': {
"\ 1: ['.git/', 'cd %s && git ls-files']
"\ },
"\ 'fallback': 'find %s -type f | head -' . g:ctrlp_max_files
"\ }
"endif