mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-03 20:11:15 -03:00
As reported in https://matrix.to/#/!YLTeaulxSDauOOxBoR:matrix.org/$yD_Lutaftf6ytk617kjw5vC-k_OgHRQxIiSRv89uBMI it's weird that command name completions shadow abbreviation name completions, given that the abbreviation will the one that will be executed in the typical cases. Let's put abbreviation completions first; unique_completions_retaining_order() will take care of removing any command completions we add later.