resolve conflicts

akkartik
Jan 22, 2025, 11:47 PM
ZDPKT7VBD3UPDQQH26PJECMSQG6QSVHNIRRULDKLRUXM2LBTSV6AC

Dependencies

Change contents

  • replacement in edit.lua at line 146
    [4.63][4.63:94]()
    while line < #State.lines do
    [4.63]
    [4.94]
    if State.lines[line].mode == 'text' then return end
    while line <= #State.lines and State.lines[line].mode ~= 'text' do
  • replacement in edit.lua at line 149
    [4.112][4.112:217](),[4.217][4.113:133](),[4.113][4.113:133]()
    if State.lines[line].mode == 'text' then
    State.cursor1.line = line
    State.cursor1.pos = 1
    break
    end
    [4.112]
    [4.349]
    end
    if line <= #State.lines and State.lines[line].mode == 'text' then
    State.cursor1.line = line
    State.cursor1.pos = 1
  • edit in edit.lua at line 611
    [4.17561][2.57:57](),[4.2150][3.408:538](),[4.2150][3.408:538](),[4.2150][3.408:538](),[4.2101][3.284:407](),[4.2101][3.284:407]()
    end
    if line <= #State.lines and State.lines[line].mode == 'text' then
    State.cursor1.line = line
    State.cursor1.pos = 1
    if State.lines[line].mode == 'text' then return end
    while line <= #State.lines and State.lines[line].mode ~= 'text' do
  • resolve order conflict in edit.lua at line 611
    [4.17561]