mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-22 01:31:11 -03:00
This used `read -la`, which _splits_. Instead, don't do that, each line is its own entry. Fixes #5481. [ci skip]
This used `read -la`, which _splits_. Instead, don't do that, each line is its own entry. Fixes #5481. [ci skip]