resolve conflicts

akkartik
Jun 28, 2024, 5:00 AM
235D5R3ZZ7N5KRIRVRIZXDCR6IYZKZ77LDXZGLUIJAJLRLBZKJ2QC

Dependencies

Change contents

  • replacement in edit.lua at line 308
    [5.111][5.111:190]()
    State.cursor1 = {line=State.screen_top1.line, pos=State.screen_top1.pos}
    [5.111]
    [5.190]
    State.cursor1 = deepcopy(State.screen_top1)
  • replacement in edit.lua at line 351
    [5.7547][5.7547:7624]()
    State.cursor1 = {line=State.screen_top1.line, pos=State.screen_top1.pos}
    [5.7547]
    [5.7624]
    State.cursor1 = deepcopy(State.screen_top1)
  • edit in edit.lua at line 408
    [5.10138]
    [5.10138]
    State.cursor = deepcopy(State.search_backup.cursor)
    State.screen_top = deepcopy(State.search_backup.screen_top)
    Text.search_next(State)
  • edit in edit.lua at line 615
    [5.17561][2.626:626](),[5.1937][4.1535:1583](),[5.1937][4.1535:1583](),[5.2934][4.1484:1534](),[5.2934][4.1484:1534](),[5.7460][3.0:154](),[5.7460][3.0:154]()
    State.cursor1 = deepcopy(State.screen_top1)
    State.cursor1 = deepcopy(State.screen_top1)
    State.cursor = deepcopy(State.search_backup.cursor)
    State.screen_top = deepcopy(State.search_backup.screen_top)
    Text.search_next(State)
  • resolve order conflict in edit.lua at line 615
    [5.17561]