mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-31 22:22:02 +08:00
ea4b37d5c5
* case no properly handles -h and --help flags, i.e. treats it as pattern * fixed case escaping: The following expressions now work correctly: switch '*' echo '*' echo Match any string end switch '*' echo '\*' echo Match asterix end switch '\\' echo '\\\\' echo Match slash end The same for '?' sign |
||
---|---|---|
.. | ||
completions | ||
functions | ||
tools | ||
config.fish.in |