PatrickF1 / fzf.fish

🔍🐟 Fzf plugin for Fish
MIT License
1.96k stars 78 forks source link

fish: No matches for wildcard '^.*?' #314

Closed Fissium closed 10 months ago

Fissium commented 10 months ago

Before proceeding...

Describe the bug

The search history command preview window returns the following error Screenshot from 2023-11-06 14-22-08

Steps to reproduce

Install fzf.fish plugin via fisher install PatrickF1/fzf.fish. Use CTRL-R to search through history.

Environment

Versions installed:

Which, if any, configuration variables such as fzf_preview_file_cmd are set? None

Additional context

installed the plugin for the first time.

PatrickF1 commented 10 months ago

Hi, does this error occur after as soon as you open up Search History, or after you select some stuff and hit enter?

Fissium commented 10 months ago

@PatrickF1 As soon as I open up search history.

PatrickF1 commented 10 months ago

Could you temporarily switch back to version 10.0 and tell if there was still an issue, please?

Fissium commented 10 months ago

@PatrickF1 version 10.0 works as expected!

PatrickF1 commented 10 months ago

Can you fisher update and try again? I just pushed a fix. Sorry that was a bug I should've caught if I was more careful.

Fissium commented 10 months ago

@PatrickF1 Now it works :) Thank you!