File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -1104,9 +1104,6 @@ endif
1104
1104
command ! -nargs =0 MruRefresh call s: MRU_Refresh ()
1105
1105
1106
1106
" FZF (fuzzy finder) integration {{{1
1107
- func s: MRU_FZF_EditFile (fname) abort
1108
- call s: MRU_Window_Edit_File (a: fname , 0 , ' edit' , ' useopen' )
1109
- endfunc
1110
1107
1111
1108
func s: MRU_FZF_Run (bang ) abort
1112
1109
if ! exists (' *fzf#run' )
@@ -1118,8 +1115,7 @@ func s:MRU_FZF_Run(bang) abort
1118
1115
call s: MRU_LoadList ()
1119
1116
1120
1117
let dict = {' source' : s: MRU_files ,
1121
- \ ' options' : ' --no-sort --prompt="MRU> " ' .. $FZF_DEFAULT_OPTS ,
1122
- \ ' sink' : function (' s:MRU_FZF_EditFile' )}
1118
+ \ ' options' : ' --no-sort --prompt="MRU> " ' .. $FZF_DEFAULT_OPTS }
1123
1119
if g: MRU_FZF_Preview && exists (' *fzf#complete' ) " fzf.vim plugin present
1124
1120
call fzf#vim#files (' ' , fzf#vim#with_preview (dict ), a: bang )
1125
1121
else
You can’t perform that action at this time.
0 commit comments