summaryrefslogtreecommitdiff
path: root/README-VIM.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2020-10-26 23:40:58 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2020-10-26 23:41:20 +0900
commite73383fbbba172c1375c4b8d09328f30516d5333 (patch)
tree09c026b863ad3e10485a7188025170a83823b3e9 /README-VIM.md
parent2e8e63fb0b3b62e89472eebe9e86578598e1a541 (diff)
downloadfzf-e73383fbbba172c1375c4b8d09328f30516d5333.tar.gz
[vim] Add 'none' option for popup border
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 568f723f..e6325261 100644
--- a/README-VIM.md
+++ b/README-VIM.md
@@ -300,7 +300,7 @@ following options are allowed:
- `xoffset` [float default 0.5 range [0 ~ 1]]
- `highlight` [string default `'Comment'`]: Highlight group for border
- `border` [string default `rounded`]: Border style
- - `rounded` / `sharp` / `horizontal` / `vertical` / `top` / `bottom` / `left` / `right`
+ - `rounded` / `sharp` / `horizontal` / `vertical` / `top` / `bottom` / `left` / `right` / `none`
`fzf#wrap`
----------