fish-shell/share
Johannes Altmanninger 09161761c1 Complete custom "git-foo" commands from "git foo"
Since #7075, git-foo.fish files are sourced when Git completions are loaded.
However, at least Cobra (CLI framework for Go) provides completions like

	complete git-foo ...

This means that completions are only offered when typing "git-foo <TAB>"
and not on "git foo <TAB>". Fix this by forwarding the completion requests.
Take care to only forward if there are actually completions for "git-foo",
to avoid adding filename completions.
2021-01-25 19:09:56 +01:00
..
completions Complete custom "git-foo" commands from "git foo" 2021-01-25 19:09:56 +01:00
functions __fish_print_pipestatus: remove fallback colors for missing arguments 2021-01-24 14:28:14 +01:00
groff workaround broken groff man page config 2016-10-19 13:43:04 -07:00
tools Properly fix git diff check 2021-01-13 14:36:41 +01:00
__fish_build_paths.fish.in Rename "snippets" to "conf" internally, and document them as snippets 2016-04-06 09:33:09 +08:00
config.fish Only send the PID of the last process in a job to builtin fg 2020-10-18 19:36:48 +02:00
lynx.lss Install custom LSS script to /usr/local/share/fish on make install 2017-09-26 14:31:11 -05:00