mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-04 22:07:42 +08:00

Someone running fish in an unusual locale reported that an `assert()` was firing when they typed `pkill c`. I traced it to two bugs. First, the __fish_make_completion_signals command was producing a weird result. Second, the builtin `complete` command wasn't adequately verifying its arguments. Fixes #3129