mirror of
https://github.com/junegunn/fzf.git
synced 2026-07-08 17:49:16 +08: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