mirror of
https://github.com/status-im/nim-confutils.git
synced 2025-01-31 14:26:39 +00:00
c67257660b
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.