Fire 'result' even when input stream is not complete

Related: #3866
This commit is contained in:
Junegunn Choi
2024-06-17 17:54:52 +09:00
parent 02634d404d
commit 59943cbb48
2 changed files with 4 additions and 3 deletions
+1
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
------