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 0677f47 commit 8e61364Copy full SHA for 8e61364
1 file changed
autoload/ctrlp/mixed.vim
@@ -64,6 +64,7 @@ fu! s:getnewmix(cwd, clim)
64
if len(g:ctrlp_lines) <= a:clim
65
cal sort(g:ctrlp_lines, 'ctrlp#complen')
66
en
67
+ let g:ctrlp_lines=filter(copy(g:ctrlp_lines), 'index(g:ctrlp_lines, v:val, v:key+1)==-1')
68
let g:ctrlp_allmixes = { 'filtime': getftime(ctrlp#utils#cachefile()),
69
\ 'mrutime': getftime(ctrlp#mrufiles#cachefile()), 'cwd': a:cwd,
70
\ 'bufs': len(ctrlp#mrufiles#bufs()), 'data': g:ctrlp_lines }
0 commit comments