mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-31 23:28:45 +00:00
c1140bc436
Use string split instead of cut - which we'd fork for 2*signal count times in a loop when tab was first pressed. Noticably faster If giving a signal num, what works everywhere is -NUM, if giving a signal name, what works everywhere is -s NAME - don't show -sNUM or -NAME completions; that only works on GNU and it's redundant anyhow as we show the signal number in the description field for -s or the signal name for the -NUM case in the pager. Sort -sNAME completions by the signal number not alphabetical Shorten descriptions |
||
---|---|---|
.. | ||
completions | ||
functions | ||
groff | ||
tools | ||
__fish_build_paths.fish.in | ||
config.fish | ||
lynx.lss |