m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-20 01:23:43 -05:00

Fire 'result' even when input stream is not complete

Related: #3866
This commit is contained in:
Junegunn Choi
2024-06-17 17:54:04 +09:00
parent 02634d404d
commit 59943cbb48
2 changed files with 4 additions and 3 deletions

View File

@@ -19,6 +19,7 @@ CHANGELOG
- Fixed mouse support on Windows
- zsh 5.0 compatibility (thanks to @LangLangBart)
- Fixed `--walker-skip` to also skip symlinks to directories
- Fixed `result` event not fired when input stream is not complete
0.53.0
------