1
0
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:
randomizedthinking 2020-09-23 23:33:50 -07:00 committed by GitHub
parent aa51aeef28
commit 70d882ae15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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