summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_config/110-ctrlp.vim1
1 files changed, 0 insertions, 1 deletions
diff --git a/_config/110-ctrlp.vim b/_config/110-ctrlp.vim
index 07b521d..a20bc0a 100644
--- a/_config/110-ctrlp.vim
+++ b/_config/110-ctrlp.vim
@@ -7,5 +7,4 @@ let g:ctrlp_user_command = {
\ 1: ['.git', 'cd %s && git ls-files'],
\ 2: ['.hg', 'hg --cwd %s locate -I .'],
\ },
- \ 'fallback': 'find %s -type f'
\ }