From eba9e04e2ef2b0c17c0f80bde92469409bec0713 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sun, 30 Apr 2017 11:36:23 +0900 Subject: Export FZF_PREVIEW_HEIGHT instead of FZF_HEIGHT https://github.com/junegunn/fzf.vim/issues/361 --- plugin/fzf.vim | 1 - 1 file changed, 1 deletion(-) (limited to 'plugin/fzf.vim') diff --git a/plugin/fzf.vim b/plugin/fzf.vim index 126e16bf..fd5874c0 100644 --- a/plugin/fzf.vim +++ b/plugin/fzf.vim @@ -380,7 +380,6 @@ try endif if use_height let height = s:calc_size(&lines, dict.down, dict) - let $FZF_HEIGHT = height let optstr .= ' --height='.height elseif use_term let optstr .= ' --no-height' -- cgit v1.2.3