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.
2 parents cbd52e3 + 1dd3475 commit ca952adCopy full SHA for ca952ad
plugin/ctrlp.vim
@@ -39,7 +39,9 @@ if g:ctrlp_map != '' && !hasmapto('<plug>(ctrlp)')
39
exe 'map' g:ctrlp_map '<plug>(ctrlp)'
40
en
41
42
-cal ctrlp#mrufiles#init()
+if index(g:ctrlp_types, 'mru') >= 0
43
+ cal ctrlp#mrufiles#init()
44
+en
45
46
com! -bar CtrlPTag cal ctrlp#init(ctrlp#tag#id())
47
com! -bar CtrlPQuickfix cal ctrlp#init(ctrlp#quickfix#id())
0 commit comments