mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 05:53:59 +00:00
30a37d9433
This would print ``` abbr -a -- dotdot --regex ^\\.\\.+\$ --function multicd ``` which expands "dotdot" to "--regex ^\\.\\.+\$...". Instead, we move the name to right before the replacement, and move the `--` before that: ``` abbr -a --regex ^\\.\\.+\$ --function -- dotdot multicd ``` It might be possible to improve that, but this at least round-trips. |
||
---|---|---|
.. | ||
checks | ||
pexpects | ||
test_functions | ||
.gitignore | ||
history_sample_bash | ||
history_sample_corrupt1 | ||
history_sample_fish_1_x | ||
history_sample_fish_2_0 | ||
interactive.config | ||
interactive.fish | ||
test.fish | ||
test_driver.sh | ||
test_env.sh | ||
test_util.fish |