mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-20 18:41:16 -03:00
Classic case of not seeing `and` as a new command: `__fish_git_using_command config and anotherthing` causes `and anotherthing` to be passed as arguments to `__fish_git_using_command` instead of being executed. [ci skip]