summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2020-10-26 22:33:41 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2020-10-26 22:51:22 +0900
commit2e8e63fb0b3b62e89472eebe9e86578598e1a541 (patch)
tree8c10978de92b685df67ae4624e13daddbf65c711 /CHANGELOG.md
parent874f7dd416a4098d657dce7f307b60485993eea1 (diff)
Add more --border options
Instead of drawing the window border in Vim using an extra window, extend the --border option so that we do can it natively. Close #2223 Fix #2184
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ecbade6b..ed6c9ce9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -27,6 +27,8 @@ CHANGELOG
--color pointer:reverse,prompt:reverse,input:159 \
--pointer ' '
```
+- More `--border` options
+ - `vertical`, `top`, `bottom`, `left`, `right`
- To indicate if `--multi` mode is enabled, fzf will print the number of
selected items even when no item is selected
```sh