bitraid
bitraid
> it seems we're a little bit closer to the end now. Is there anything else you'd like to tweak or can I move it out of draft? I think...
> > We could also do option completion with fzf, but it would have to be with `-**`/`--**`, otherwise it would be inconsistent. > > I already did this part...
There are some issues with the latest changes: - `` as first token does not do command completion. - When doing option completion with `-`, the completion should also be...
> For glob pattern matching, we should not escape the trigger (this solves the issue and all tests pass) If we don't escape, `$has_trigger` will always set to true with...
> I've applied your changes and updated the test to capture the leakage of the prefix, it still happens. All tests pass on bash this completion works well there (not...
This is an [issue of GLib](https://gitlab.gnome.org/GNOME/glib/-/issues/2640), which is [fixed in 2.73.0](https://gitlab.gnome.org/GNOME/glib/-/merge_requests/2661) and also [backported to 2.72.2](https://gitlab.gnome.org/GNOME/glib/-/merge_requests/2691).