Fix panic on inverse match query with --tiebreak=chunk

Fix #3055
This commit is contained in:
Junegunn Choi
2022-11-18 16:18:11 +09:00
parent 3da63f394d
commit 1bebd6f4f5
3 changed files with 20 additions and 11 deletions

View File

@@ -1,6 +1,10 @@
CHANGELOG
=========
0.35.1
------
- Fixed a bug where fzf with `--tiebreak=chunk` crashes on inverse match query
0.35.0
------
- Added `start` event that is triggered only once when fzf finder starts.