mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-01-04 22:51:21 +01:00
Add shDerefOffset to shDerefVarArray.
Example code:
```bash
declare -a a=({a..z})
echo "${a[@]:1:3}"
```
Signed-off-by: Christian Brabandt <cb@256bit.org>
45 KiB
45 KiB