From 569be4c6c95cd7993f2a46df857e22cd9d62f50a Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Thu, 29 Oct 2020 01:32:41 +0900 Subject: [vim] Allow 'border': 'no' to be consistent with --color=no --- README-VIM.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README-VIM.md') diff --git a/README-VIM.md b/README-VIM.md index e6124d65..a1006b8a 100644 --- a/README-VIM.md +++ b/README-VIM.md @@ -299,7 +299,7 @@ following options are allowed: - `yoffset` [float default 0.5 range [0 ~ 1]] - `xoffset` [float default 0.5 range [0 ~ 1]] - `border` [string default `rounded`]: Border style - - `rounded` / `sharp` / `horizontal` / `vertical` / `top` / `bottom` / `left` / `right` / `none` + - `rounded` / `sharp` / `horizontal` / `vertical` / `top` / `bottom` / `left` / `right` / `no[ne]` `fzf#wrap` ---------- -- cgit v1.2.3