resolve conflicts

akkartik
Jan 22, 2025, 11:52 PM
KFEUQWHXY4OG7GJZWNQPNZWJKEOE5LD4HE2IBCVCV5EEC7DGK26AC

Dependencies

Change contents

  • file deletion: source_edit.lua (----------)source_edit.lua (----------)
    [4.2][4.165725:165764](),[4.2][4.165725:165764](),[4.165764][4.152440:152440]()
    if State.lines[line].mode == 'text' then return end
    while line <= #State.lines and State.lines[line].mode ~= 'text' do
    end
    if line <= #State.lines and State.lines[line].mode == 'text' then
    State.cursor1.line = line
    State.cursor1.pos = 1
    end
    line = line+1
  • replacement in source_edit.lua at line 146
    [4.1035][4.1035:1066]()
    while line < #State.lines do
    [4.1035]
    [4.1066]
    if State.lines[line].mode == 'text' then return end
    while line <= #State.lines and State.lines[line].mode ~= 'text' do
  • replacement in source_edit.lua at line 149
    [4.1389][4.1389:1494](),[4.1494][4.642:662](),[4.642][4.642:662]()
    if State.lines[line].mode == 'text' then
    State.cursor1.line = line
    State.cursor1.pos = 1
    break
    end
    [4.1084]
    [4.18427]
    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 447
    [4.12430][2.84:84](),[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 447
    [4.12430]