Expand description
Visual selection extraction helpers.
Structs§
- Bound
- Single position (line, column) inside a buffer.
- Pos
- Normalized, 0-based indexed output of Nvim
getpos(). - RawPos 🔒
- Raw
getpos()tuple: (bufnum,lnum,col,off). - Selection
- Owned selection content plus bounds.
- Selection
Bounds - Start / end bounds plus owning buffer id for a Visual selection.