diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-05-19 19:48:18 +0200 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-05-19 19:48:18 +0200 |
| commit | 727591a688c5b3b7c19d77e3c2eba49447e04f72 (patch) | |
| tree | 513827ad542a3de92af6c58b63721fd0885b5595 /.local | |
| parent | be333763ae599d49b640a110d8f047c6c297e252 (diff) | |
| download | dotfiles-727591a688c5b3b7c19d77e3c2eba49447e04f72.tar.gz dotfiles-727591a688c5b3b7c19d77e3c2eba49447e04f72.zip | |
fix(nvim): narrow checklist guard to match item_range contract
- item_range() returns nil or a full (start_row, end_row) pair; guards
checked only start_row, leaving end_row integer|nil into
nvim_buf_{get,set}_lines.
- Guard now 'if not (start_row and end_row)' in check/uncheck; lua_ls
narrows both, 4 param-type-mismatch warnings clear.
- Behavior unchanged (end_row always set when start_row was); tested.
Diffstat (limited to '.local')
0 files changed, 0 insertions, 0 deletions
