Properly clear list when --header-lines not filled on reload

This commit is contained in:
Junegunn Choi
2019-12-06 22:34:45 +09:00
parent 1e6ac5590e
commit 86e3994e87
3 changed files with 14 additions and 1 deletions

View File

@@ -24,6 +24,10 @@ CHANGELOG
```sh
fzf --multi --bind 'ctrl-l:select-all+execute(less {+f})+deselect-all'
```
- Fixed bugs of reload action
- Not triggered when there's no match even when the command doesn't have
any placeholder expressions
- Screen not properly cleared when `--header-lines` not filled on reload
0.19.0
------