Skip to content

Commit

Permalink
Fix ctrlp_mruf_relative doesn't work under mixed
Browse files Browse the repository at this point in the history
Fixes: kien#329
  • Loading branch information
jturmel committed Mar 20, 2013
1 parent c1646e3 commit cd2308c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autoload/ctrlp/mixed.vim
Expand Up @@ -32,12 +32,12 @@ endf

fu! s:getnewmix(cwd, clim)
if g:ctrlp_newmix
cal ctrlp#mrufiles#refresh('raw')
cal ctrlp#mrufiles#refresh()
let g:ctrlp_newcache = 1
en
let g:ctrlp_lines = copy(ctrlp#files())
cal ctrlp#progress('Mixing...')
let mrufs = copy(ctrlp#mrufiles#list('raw'))
let mrufs = copy(ctrlp#mrufiles#list())
if exists('+ssl') && &ssl
cal map(mrufs, 'tr(v:val, "\\", "/")')
en
Expand Down

0 comments on commit cd2308c

Please sign in to comment.