mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-02 05:41:16 -03:00
Add variable expand ranges
echo $PATH[-1..1] #now works Add tests for ranges
This commit is contained in:
echo $PATH[-1..1] #now works Add tests for ranges