gazorby / fifc

🐠 Configurable fzf completions for fish shell
MIT License
142 stars 9 forks source link

functions: speed up compgroup determination #27

Closed yannk closed 1 year ago

yannk commented 1 year ago

We could also limit the number of tests so that it is not slow.

Fix #26

gazorby commented 1 year ago

Hi @yannk, thanks for this PR!

I installed your fork locally and completing ls fails:

~/.config/fish/functions/_fifc_completion_group.fish (line 1): Unexpected end of string, quotes are not balanced

gazorby commented 1 year ago

This should be fixed now in v0.1.1, thanks again!