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 ca952ad commit 0677f47Copy full SHA for 0677f47
plugin/ctrlp.vim
@@ -39,7 +39,7 @@ if g:ctrlp_map != '' && !hasmapto('<plug>(ctrlp)')
39
exe 'map' g:ctrlp_map '<plug>(ctrlp)'
40
en
41
42
-if index(g:ctrlp_types, 'mru') >= 0
+if exists('g:ctrlp_types') && index(g:ctrlp_types, 'mru') >= 0
43
cal ctrlp#mrufiles#init()
44
45
0 commit comments