fish-shell/share
Fabian Boehm c39780fefb __fish_complete_directories: Remove --foo= from token
Otherwise this would complete

`git --exec-path=foo`, by running `complete -C"'' --exec-path=foo"`,

which would print "--exec-path=foo", and so it would end as

`git --exec-path=--exec-path=foo` because the "replaces token" bit was
lost.

I'm not sure how to solve it cleanly - maybe an additional option to
`complete`?

Anyway, for now this
Fixes #9538.
2023-03-27 22:57:34 +02:00
..
completions completions/git: Complete branches for --set-upstream-to 2023-03-27 22:57:34 +02:00
functions __fish_complete_directories: Remove --foo= from token 2023-03-27 22:57:34 +02:00
groff workaround broken groff man page config 2016-10-19 13:43:04 -07:00
tools webconfig: Set a variable before 2023-02-19 14:57:32 +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 share/config: Erase on_interactive before doing __fish_config_interactive 2023-02-11 14:15:44 +01:00