Selaa lähdekoodia

Use the MRU window height for the FZF window

Yegappan Lakshmanan 4 vuotta sitten
vanhempi
sitoutus
1e2357d4df
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      plugin/mru.vim

+ 1 - 1
plugin/mru.vim

@@ -1006,7 +1006,7 @@ func s:MRU_FZF_Run() abort
   endif
   call fzf#run(fzf#wrap({'source' : s:MRU_files,
 	\ 'sink' : function('s:MRU_FZF_EditFile'),
-	\'down' : '25%'}, 0))
+	\ 'down' : g:MRU_Window_Height}, 0))
 endfunc
 command! -nargs=0 FZFMru call s:MRU_FZF_Run()