Etan Kissling c67257660b
return empty completion lines on unsupported COMP_POINT (#76)
When `COMP_POINT` is invalid or out of range, return an empty list of
completions instead of raising `ValueError`. This matches behaviour for
`comp_point < 0 or comp_point > len(comp_line)` cases.
2023-07-07 14:03:23 +03:00
..
2022-03-04 23:24:58 +02:00
2023-02-15 15:26:53 +07:00
2023-02-15 15:26:53 +07:00