Files
neovim/test/functional
Yi Ming b1c1f32089 refactor(pos,range): extract vim.pos._util
Problem:
- To share logic, creating a `vim.Range` currently creates two `vim.Pos` values
  as intermediates, which causes unnecessary table allocations.
- `pos.lua` and `range.lua` contain some overlapping logic.

Solution:
Add `vim.pos._util`, a module for handling
positions represented directly by `row` and `col`.
2026-05-20 16:23:03 +08:00
..
2026-05-17 10:02:12 -04:00
2026-05-13 13:14:07 +01:00
2026-05-07 10:36:48 +02:00
2026-04-25 11:16:18 -04:00
2026-05-18 10:45:21 -04:00