mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-07-01 16:31:16 -03:00
Previously, `set -S fish_kill<TAB>` did not list `fish_killring`. This was because `$1` wasn't sufficiently escaped, and so instead of referring to a regex capture group, it was always empty. Closes #11880