[vim] Allow 'border': 'no' to be consistent with --color=no

This commit is contained in:
Junegunn Choi
2020-10-29 01:32:41 +09:00
parent e7ca237b07
commit 569be4c6c9
2 changed files with 2 additions and 2 deletions

View File

@@ -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`
----------