ibhagwan / fzf-lua

Improved fzf.vim written in lua
MIT License
2.24k stars 145 forks source link

Space after matched parts of the path #192

Closed pinpox closed 2 years ago

pinpox commented 2 years ago

When running any FzfLua command that shows paths in the left side of the window (e.g. FzfLua git_files) I get spaces in the paths before the fuzzy patched parts, see image below.

image

I don't think this is intended, how can I just color the matching part, without adding spaces infront of it?

ibhagwan commented 2 years ago

This is definitely not intended behavior and the first time I hear about this issue.

pinpox commented 2 years ago

Hey, sorry for the false alert. I have fixed the problem, it seems to have been a bug in my terminal emulator (wezterm). Upgrading it to the latest build, results in fzf-lua rendering perfectly fine. It also works fine in other terminal emulators. Thanks for the great plugin!

image

ibhagwan commented 2 years ago

Great! thanks for letting me know.