resolve conflicts

akkartik
Jan 22, 2025, 11:59 PM
P6NKDBXEV6PMAULOELKZ6JD3GPPIHW6MF2UTGVDQ74CZBJEOY5YQC

Dependencies

Change contents

  • file deletion: source_edit.lua (----------)source_edit.lua (----------)
    [4.2][4.165788:165827](),[4.2][4.165788:165827](),[4.165827][4.152503:152503]()
    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
    end
    line = line+1