mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-26 19:31:15 -03:00
`seq 0` outputs nothing on Linux but `1 0` on macOS and BSDs, breaking this word motion. Fix it by not running `seq 0`.
`seq 0` outputs nothing on Linux but `1 0` on macOS and BSDs, breaking this word motion. Fix it by not running `seq 0`.