2
0
Fork 0
mirror of https://github.com/fish-shell/fish-shell synced 2025-01-20 17:04:03 +00:00
Commit graph

3 commits

Author SHA1 Message Date
lengyijun
aa65856ee0 Fixes via __fish_complete_suffix overhaul
Before:
* hand write arg parse
* only accepts one suffix

After:
* use `arg_parse` to parse args
* accepts multi suffixes

Closes .
2023-03-12 22:07:44 -05:00
Johannes Altmanninger
4dae106911 Use complete --keep-order with __fish_complete_suffix to prioritize files with matching suffixes
Part of 
2020-12-23 19:14:10 +01:00
Clément Martinez
85212c57e8 Add castnow completions 2017-01-19 21:59:59 -08:00