Skip to content
Snippets Groups Projects
Unverified Commit 72265298 authored by Junegunn Choi's avatar Junegunn Choi
Browse files

[vim] Apply --no-height when running fzf in full screen mode

To override --height option in FZF_DEFAULT_OPTS
parent 4b700192
No related branches found
No related tags found
No related merge requests found
......@@ -317,7 +317,7 @@ try
endif
if use_height
let optstr .= ' --height='.s:calc_size(&lines, dict.down, dict)
elseif use_term
else
let optstr .= ' --no-height'
endif
let command = prefix.(use_tmux ? s:fzf_tmux(dict) : fzf_exec).' '.optstr.' > '.temps.result
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment