feat(fzf.vim): Adding option `g:fzf_fullscreen_layout`

pull/3504/head
alps2006 7 months ago committed by GitHub
parent a818653174
commit 3d9494a112
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -403,6 +403,9 @@ function! fzf#wrap(...)
call remove(opts, key)
endif
endfor
if exists('g:fzf_fullscreen_layout')
let opts = extend(opts, s:validate_layout(get(g:, 'fzf_fullscreen_layout', {})))
endif
elseif !s:has_any(opts, s:layout_keys)
if !exists('g:fzf_layout') && exists('g:fzf_height')
let opts.down = g:fzf_height

Loading…
Cancel
Save