Okay, I can reproduce with 3.0.2, the trick is to include the single-quotes - which seems like the correct thing to do, because that's how the others are presented on the web interface.
Can reproduce with master. This is because fish_config runs abbr --add 'ggl' ''git pull origin (git_branch_name)'' because it doesn't escape the input.
(note: You need to reload the tab to see the real result)
If I try to create the following abbreviation through the web interface, the
(git_branch_name)
part is stripped away:abbr -a ggl 'git pull origin (git_branch_name)'
Steps to reproduce
fish_config
.'git pull origin (git_branch_name)'
.'git pull origin'
.The text was updated successfully, but these errors were encountered: