mirror of
https://github.com/junegunn/fzf
synced 2026-06-09 10:03:17 +00:00
6360c9261c
This commit fixes incorrect coloring for items that contain zero-width characters. It also makes ellipsis coloring consistent when text is trimmed from either the left or the right. Fix #4620 Close #4646