m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-18 00:03:39 -05:00

[vim] Allow specifying popup width and height in absolute integer value

Fix https://github.com/junegunn/fzf.vim/issues/1116
This commit is contained in:
Junegunn Choi
2020-09-06 22:12:51 +09:00
parent d785135606
commit 0db65c22d3
3 changed files with 8 additions and 8 deletions

View File

@@ -305,8 +305,8 @@ When `window` entry is a dictionary, fzf will start in a popup window. The
following options are allowed:
- Required:
- `width` [float range [0 ~ 1]]
- `height` [float range [0 ~ 1]]
- `width` [float range [0 ~ 1]] or [integer range [8 ~ ]]
- `height` [float range [0 ~ 1]] or [integer range [4 ~ ]]
- Optional:
- `yoffset` [float default 0.5 range [0 ~ 1]]
- `xoffset` [float default 0.5 range [0 ~ 1]]