Files
fish-shell/tests/checks
Johannes Altmanninger 360cfdb7ae completions/git: fix arg completion for third-party git commands, again
Commit 50e595503e (completions/git: fix completions for third-party git
commands, 2025-03-03) wasn't quite right, as we can see in the linked
reproduction:

	$ fish_trace=1 complete -C 'git machete add --onto '
	----> complete -C git-machete\ add\n--onto\

The recursive completion invocation contains a spurious newline, which means
that "--onto" is the command name.  The newline is produced by "string escape
-- add --onto" inside a command substitution.

Fix this by interpreting newlines as list separators, and then joining
by spaces.

Fixes #11319
2025-03-25 11:16:18 +01:00
..
2025-01-26 20:30:48 -08:00
2025-01-26 20:30:48 -08:00
2024-12-29 13:37:28 +01:00
2025-03-01 07:55:53 +01:00
2024-04-25 21:52:56 +02:00
2025-03-13 18:13:10 +01:00
2024-05-26 22:06:11 -05:00
2024-04-21 14:35:13 +02:00
2025-03-13 18:13:10 +01:00
2025-01-26 20:30:48 -08:00
2025-03-13 18:13:10 +01:00
2025-01-26 20:30:48 -08:00
2025-01-08 19:10:38 +01:00
2025-01-26 20:30:48 -08:00
2024-12-29 22:11:34 +01:00