mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2024-11-26 14:56:30 +00:00
Merge branch 'master' into devel
This commit is contained in:
commit
33f32de690
@ -379,7 +379,9 @@ try
|
||||
let use_term = 0
|
||||
endif
|
||||
if use_height
|
||||
let optstr .= ' --height='.s:calc_size(&lines, dict.down, dict)
|
||||
let height = s:calc_size(&lines, dict.down, dict)
|
||||
let $FZF_HEIGHT = height
|
||||
let optstr .= ' --height='.height
|
||||
elseif use_term
|
||||
let optstr .= ' --no-height'
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user