Files
neovim/runtime/lua/vim
Yi Ming f2b031136f feat(pos,range): pos:to_mark(), pos.mark(), range:to_mark(), range.mark()
Problem:
Ranges represented by marks are usually end-inclusive,
but the range utilities we provided are end-exclusive.

Solution:
Add pos:to_mark(), pos.mark(), range:to_mark(), and range.mark().
2026-05-18 22:19:00 +08:00
..
2026-04-30 07:26:40 -04:00
2026-05-10 11:03:15 -04:00
2026-05-17 09:56:37 -04:00
2026-01-09 10:07:15 +01:00
2026-05-11 16:51:58 +08:00
2026-05-10 11:03:15 -04:00
2026-05-14 13:13:30 -04:00