fish-shell/share
Fabian Boehm 037f4b9eea __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.

(cherry picked from commit c39780fefb)
2023-09-08 19:57:56 +02:00
..
completions Add md-to-clip completion 2023-09-08 19:57:56 +02:00
functions __fish_complete_directories: Remove --foo= from token 2023-09-08 19:57:56 +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-27 22:40:59 +08: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-27 22:40:58 +08:00