m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-19 17:13:42 -05:00

Make preview updated when reload and change-query are combined

Fix #2744
This commit is contained in:
Junegunn Choi
2022-03-29 22:25:48 +09:00
parent ef67a45702
commit 5209e95bc7
3 changed files with 11 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ CHANGELOG
fzf --nth=-1 --no-hscroll --ellipsis='' |
awk '{print $2}'
```
- Increased TTY buffer limit (#2748)
- Bug fixes and improvements
0.29.0
------