mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-20 16:11:14 -03:00
This refactors the behavior of string match with capture groups to correctly handle multiple arguments. Now the variable capture applies to the first match, as documented. Fixes #7938.