Skip to content

Commit 5f69439

Browse files
tacahiroytimfeirg
authored andcommitted
Fix #520
To fix expression in the help doc for more clarity.
1 parent e439375 commit 5f69439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/ctrlp/mixed.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ fu! s:getnewmix(cwd, clim)
6565
cal sort(g:ctrlp_lines, 'ctrlp#complen')
6666
en
6767
" remove duplicates from the final result set
68-
let g:ctrlp_lines=filter(copy(g:ctrlp_lines), 'index(g:ctrlp_lines, v:val, v:key+1)==-1')
68+
let g:ctrlp_lines=filter(copy(g:ctrlp_lines), 'index(g:ctrlp_lines, v:val, v:key+1)==-1')
6969
let g:ctrlp_allmixes = { 'filtime': getftime(ctrlp#utils#cachefile()),
7070
\ 'mrutime': getftime(ctrlp#mrufiles#cachefile()), 'cwd': a:cwd,
7171
\ 'bufs': len(ctrlp#mrufiles#bufs()), 'data': g:ctrlp_lines }

0 commit comments

Comments
 (0)