resolve conflicts

akkartik
Jul 22, 2024, 9:30 PM
52YBYUCOCTGKE36WK3U2DSSCJR322B7SOA5VVHDXFLLOZVNNILXAC

Dependencies

Change contents

  • file deletion: source_text.lua (----------)source_text.lua (----------)
    [4.2][4.147125:147164](),[4.2][4.147125:147164](),[4.147164][4.83786:83786]()
    -- The modifiers didn't change the key. Handle it in keychord_press.
    schedule_save(State)
    record_undo_event(State, {before=before, after=snapshot(State, State.cursor1.line)})
    record_undo_event(State, {before=before, after=snapshot(State, State.cursor1.line)})
    schedule_save(State)
    --== shortcuts that move the cursor
    elseif chord == 'left' then
    Text.left(State)
    schedule_save(State)
    schedule_save(State)
    elseif chord == 'tab' then
    local before = snapshot(State, State.cursor1.line)
    return
    else
    -- Key mutated by the keyboard layout. Continue below.
    end
    end
  • file deletion: source_edit.lua (----------)source_edit.lua (----------)
    [4.2][4.165788:165827](),[4.2][4.165788:165827](),[4.165827][4.152503:152503]()
    schedule_save(State)
    schedule_save(State)
    record_undo_event(State, {before=before, after=snapshot(State, before_line, State.cursor1.line)})
    schedule_save(State)
    else
    end,
    })