Skip to content
This repository has been archived by the owner on Aug 4, 2021. It is now read-only.

Commit

Permalink
Increate CtrlP max_depth
Browse files Browse the repository at this point in the history
  • Loading branch information
caio committed Feb 18, 2013
1 parent ff55c7e commit 0f9cda8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ let g:ctrlp_switch_buffer = 1
let g:ctrlp_max_height = 10
let g:ctrlp_dotfiles = 0
let g:ctrlp_cache_dir = $HOME.'/.ctrlp_cache'
let g:ctrlp_max_depth = 10
let g:ctrlp_max_depth = 50
let g:ctrlp_follow_symlinks = 1

let g:ctrlp_custom_ignore = {
Expand Down

0 comments on commit 0f9cda8

Please sign in to comment.