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 11e6c71 commit 49b60bdCopy full SHA for 49b60bd
1 file changed
plugin/ctrlp.vim
@@ -17,7 +17,7 @@ let [g:ctrlp_lines, g:ctrlp_allfiles, g:ctrlp_alltags, g:ctrlp_alldirs,
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
19
20
-com! -n=? -com=dir CtrlP cal ctrlp#init('fil', { 'dir': <q-args> })
+com! -n=? -com=dir CtrlP cal ctrlp#init(0, { 'dir': <q-args> })
21
com! -n=? -com=dir CtrlPMRUFiles cal ctrlp#init('mru', { 'dir': <q-args> })
22
23
com! -bar CtrlPBuffer cal ctrlp#init('buf')
0 commit comments