mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-07 02:37:43 +08:00

\b does not match "end of spaces" but rather "start of a-z/0-9" and so does not match the start of string '-c'. Match (and then re-insert) a literal ' ' as part of the pattern instead.