summaryrefslogtreecommitdiffstats
path: root/README-VIM.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2020-10-29 01:32:41 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2020-10-29 01:32:41 +0900
commit569be4c6c95cd7993f2a46df857e22cd9d62f50a (patch)
treeaffdfd0726c5001a9767c6b80fd3cd6fde1d7e20 /README-VIM.md
parente7ca237b072433e04e34a66ac165b05997ba1f9d (diff)
[vim] Allow 'border': 'no' to be consistent with --color=no
Diffstat (limited to 'README-VIM.md')
-rw-r--r--README-VIM.md2
1 files changed, 1 insertions, 1 deletions
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`
----------