gespenst API - v0.1.0
    Preparing search index...

    Interface SearchMatch

    A match in absolute retained-buffer coordinates.

    interface SearchMatch {
        end: SearchPoint;
        segments: readonly SearchMatchSegment[];
        start: SearchPoint;
        text: string;
    }
    Index

    Exclusive end coordinate on the last covered row.

    segments: readonly SearchMatchSegment[]

    Physical-row spans, including matches crossing soft wraps.

    First covered cell.

    text: string

    Exact text matched by the literal or regular expression.