fix: range contains(), is_in_range() to use nvim equivalents (#845)
Changes most functions to accept generic `Range` type instead of only accepting a specific `Range4`, `Range6` type etc. and converting the type at the call site. Mainly changed `shared.torange4()` -> `_range.unpack4()` to achieve this.
K
Kiyoon Kim committed
ecd03f5811eb5c66d2fa420b79121b866feecd82
Parent: f7122ac
Committed by GitHub <noreply@github.com>
on 12/27/2025, 12:18:32 AM