-
- Downloads
Fixes bug that could cause wrong alias expansion
When using an alias with $i..j parameter it would instead only use (i,j] instead of [i,j]. The same applied to $i.. where (i, ∞] was used instead of [i, ∞].
When using an alias with $i..j parameter it would instead only use (i,j] instead of [i,j]. The same applied to $i.. where (i, ∞] was used instead of [i, ∞].