diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2017-04-30 11:36:23 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2017-04-30 11:36:23 +0900 |
| commit | eba9e04e2ef2b0c17c0f80bde92469409bec0713 (patch) | |
| tree | 3f454275e324392fcd2bbb6af81fca00be426cd9 /plugin/fzf.vim | |
| parent | 33f32de6906ebc73c1eec3f556955077ff4b588b (diff) | |
| download | fzf-eba9e04e2ef2b0c17c0f80bde92469409bec0713.tar.gz | |
Export FZF_PREVIEW_HEIGHT instead of FZF_HEIGHT
https://github.com/junegunn/fzf.vim/issues/361
Diffstat (limited to 'plugin/fzf.vim')
| -rw-r--r-- | plugin/fzf.vim | 1 |
1 files changed, 0 insertions, 1 deletions
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' |
