mirror of
https://github.com/junegunn/fzf.git
synced 2025-07-29 19:21:59 -07:00
0.24.0
This commit is contained in:
@@ -128,7 +128,7 @@ endfunction
|
||||
|
||||
function! s:default_layout()
|
||||
return s:popup_support()
|
||||
\ ? { 'window' : { 'width': 0.9, 'height': 0.6, 'highlight': 'Normal' } }
|
||||
\ ? { 'window' : { 'width': 0.9, 'height': 0.6 } }
|
||||
\ : { 'down': '~40%' }
|
||||
endfunction
|
||||
|
||||
|
Reference in New Issue
Block a user