Skip to content
  • Matthew Nicholson's avatar
    support undo/redo with truncate · 82184e0b
    Matthew Nicholson authored
    Prior to this patch, typing some text, moving to the start of the line,
    then deleting until the end of the line and attempting to undo will
    cause a panic. This is because the truncate() operation did not update
    the undo list. This has been corrected.
    82184e0b