We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca952ad commit 36429fdCopy full SHA for 36429fd
autoload/ctrlp/mixed.vim
@@ -64,6 +64,9 @@ fu! s:getnewmix(cwd, clim)
64
if len(g:ctrlp_lines) <= a:clim
65
cal sort(g:ctrlp_lines, 'ctrlp#complen')
66
en
67
+ if exists('*uniq')
68
+ call uniq(g:ctrlp_lines)
69
+ en
70
let g:ctrlp_allmixes = { 'filtime': getftime(ctrlp#utils#cachefile()),
71
\ 'mrutime': getftime(ctrlp#mrufiles#cachefile()), 'cwd': a:cwd,
72
\ 'bufs': len(ctrlp#mrufiles#bufs()), 'data': g:ctrlp_lines }
0 commit comments