correct some comments

akkartik
Jun 23, 2024, 5:36 PM
FIZSQ25MSANXHHE6UN26WWSFCWMBQ5GSN4XYZP7VKB7TMW3WADGAC

Dependencies

  • [2] S2MISTTM add state arg to a few functions
  • [3] HIKLULFQ extract a function
  • [4] FHSZYAZ2 more precise search highlighting
  • [5] LF7BWEG4 group all editor globals
  • [6] LXTTOB33 extract a couple of files

Change contents

  • replacement in select.lua at line 3
    [3.44053][2.342:426](),[2.426][3.44125:44321](),[3.78722][3.44125:44321](),[3.44125][3.44125:44321]()
    -- Return any intersection of the region from State.selection1 to State.cursor1 (or
    -- current mouse, if mouse is pressed; or recent mouse if mouse is pressed and
    -- currently over a drawing) with the region between {line=line_index, pos=apos}
    -- and {line=line_index, pos=bpos}.
    [3.44053]
    [2.427]
    -- Return any intersection of the region from State.selection1 to
    -- State.cursor1 (or current mouse, if mouse is pressed) with the region
    -- between {line=line_index, pos=apos} and {line=line_index, pos=bpos}.
  • edit in select.lua at line 47
    [3.177][3.173:232]()
    -- Creates text objects every time, so use this sparingly.