mirror of
https://github.com/vim/vim.git
synced 2025-12-23 12:15:17 +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