From 0db65c22d369026a0a9af079bfa7e8110e850ec9 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sun, 6 Sep 2020 22:12:51 +0900 Subject: [vim] Allow specifying popup width and height in absolute integer value Fix https://github.com/junegunn/fzf.vim/issues/1116 --- README-VIM.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README-VIM.md') diff --git a/README-VIM.md b/README-VIM.md index 89b6cd08..af514da0 100644 --- a/README-VIM.md +++ b/README-VIM.md @@ -290,8 +290,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]] @@ -386,8 +386,8 @@ The latest versions of Vim and Neovim include builtin terminal emulator ```vim " 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: " - xoffset [float default 0.5 range [0 ~ 1]] -- cgit v1.2.3