Skip to content
Snippets Groups Projects
  1. Aug 28, 2018
  2. Aug 26, 2018
  3. Aug 21, 2018
  4. Aug 20, 2018
  5. Aug 19, 2018
  6. Aug 15, 2018
  7. Aug 05, 2018
  8. Jul 31, 2018
  9. Jul 23, 2018
  10. May 22, 2018
  11. May 20, 2018
  12. May 19, 2018
    • gwenn's avatar
      Fix vi-redo · 49adbd4c
      gwenn authored
      Reuse undo::Changeset to retrieve last inserted text.
      Introduce Cmd::Replace(Movement, Option<String>).
      Refactor Cmd::Kill handling.
      49adbd4c
  13. May 17, 2018
  14. May 07, 2018
  15. May 05, 2018
  16. May 04, 2018
  17. May 01, 2018
  18. Apr 22, 2018
  19. Apr 20, 2018
  20. Apr 08, 2018
  21. Mar 31, 2018
  22. Mar 11, 2018
  23. Mar 10, 2018
  24. Mar 04, 2018
  25. Feb 04, 2018
  26. Jan 06, 2018
    • Robert Gardner's avatar
      Fix multi-line prompts clearing too many lines · 59c4b7b0
      Robert Gardner authored
      Ensure 0 previous rows are removed when calling refresh on a freshly
      created State. Before, 0+ rows were removed on an initial State
      refresh. If the prompt had a newline in it, a positive number of rows
      were removed, clearing past output in stdout.
      
      Fix #109
      59c4b7b0
    • gwenn's avatar
      Fix windows build · 55e82a91
      gwenn authored
      Oops
      55e82a91
Loading