Fix bug where --read0 not properly displaying long lines

Fix #2508
This commit is contained in:
Junegunn Choi
2021-06-01 16:55:51 +09:00
parent a4bc08f5a3
commit 8255aa23f4
2 changed files with 4 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ CHANGELOG
fzf --color fg:3,fg+:11
fzf --color fg:yellow,fg+:bright-yellow
```
- Fix bug where `--read0` not properly displaying long lines
0.27.1
------