mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-28 04:51:15 -03:00
Don't unconditionally execute the plumbing to get `rustc -C` completions (use it only when trying to complete `rustc -C`), filter out deprecated options, and use fewer calls to the `string` builtin to optimize further. Need to do the same thing for the `-Z` completions next, those hang the shell for a good 1.5+ seconds.