We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd7a6ef commit 46a2986Copy full SHA for 46a2986
1 file changed
plugin/ctrlp.vim
@@ -12,7 +12,7 @@ let g:loaded_ctrlp = 1
12
13
let [g:ctrlp_lines, g:ctrlp_allfiles, g:ctrlp_alltags, g:ctrlp_alldirs,
14
\ g:ctrlp_allmixes, g:ctrlp_buftags, g:ctrlp_ext_vars, g:ctrlp_builtins]
15
- \ = [[], [], [], [], {}, {}, [], 0]
+ \ = [[], [], [], [], {}, {}, [], 2]
16
17
if !exists('g:ctrlp_map') | let g:ctrlp_map = '<c-p>' | en
18
if !exists('g:ctrlp_cmd') | let g:ctrlp_cmd = 'CtrlP' | en
0 commit comments