|
|
@@ -1035,8 +1035,9 @@ func s:MRU_FZF_Run() abort
|
|
|
return
|
|
|
endif
|
|
|
call fzf#run(fzf#wrap({'source' : s:MRU_files,
|
|
|
- \ 'sink' : function('s:MRU_FZF_EditFile'),
|
|
|
- \ 'down' : g:MRU_Window_Height}, 0))
|
|
|
+ \ 'options' : '--no-sort',
|
|
|
+ \ 'sink' : function('s:MRU_FZF_EditFile'),
|
|
|
+ \ 'down' : g:MRU_Window_Height}, 0))
|
|
|
endfunc
|
|
|
command! -nargs=0 FZFMru call s:MRU_FZF_Run()
|
|
|
|