mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-04-14 23:30:40 +08:00
Fix duplicate reverse. (#3833)
This commit is contained in:
parent
aa51aeef28
commit
70d882ae15
@ -284,7 +284,6 @@ function! s:file_mru() abort
|
||||
call fzf#run(s:wrap('mru', {
|
||||
\ 'source': reverse(<sid>mru_files()),
|
||||
\ 'sink': function('s:open_file'),
|
||||
\ 'options': '--reverse',
|
||||
\ 'down' : '40%',
|
||||
\ }))
|
||||
endfunction
|
||||
|
Loading…
x
Reference in New Issue
Block a user