mirror of
https://github.com/vim/vim.git
synced 2026-05-12 21:31:45 +02: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