Skip to content

Commit 46a2986

Browse files
committed
builtins should be always 2 because it is specified start index for the following extensions.
Fixes #294
1 parent dd7a6ef commit 46a2986

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugin/ctrlp.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ let g:loaded_ctrlp = 1
1212

1313
let [g:ctrlp_lines, g:ctrlp_allfiles, g:ctrlp_alltags, g:ctrlp_alldirs,
1414
\ g:ctrlp_allmixes, g:ctrlp_buftags, g:ctrlp_ext_vars, g:ctrlp_builtins]
15-
\ = [[], [], [], [], {}, {}, [], 0]
15+
\ = [[], [], [], [], {}, {}, [], 2]
1616

1717
if !exists('g:ctrlp_map') | let g:ctrlp_map = '<c-p>' | en
1818
if !exists('g:ctrlp_cmd') | let g:ctrlp_cmd = 'CtrlP' | en

0 commit comments

Comments
 (0)