Skip to content
Snippets Groups Projects
  1. Aug 19, 2018
  2. Aug 15, 2018
  3. Aug 05, 2018
  4. Jul 23, 2018
  5. 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
  6. May 17, 2018
  7. May 07, 2018
  8. May 04, 2018
  9. May 01, 2018
  10. Apr 20, 2018
  11. Apr 08, 2018
  12. Mar 31, 2018
  13. Mar 10, 2018
  14. Mar 04, 2018
  15. Feb 04, 2018
  16. 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
      Rustfmt · 658f0dc9
      gwenn authored
      658f0dc9
  17. Dec 16, 2017
  18. Oct 06, 2017
  19. Sep 17, 2017
  20. Sep 16, 2017
    • gwenn's avatar
      Partial hints support (#67) · a562b76c
      gwenn authored
      Only displayed on unix terminal.
      For windows, we will have to remove ANSI escape sequence when
      there is no support for ANSI colors (Windows < 10).
      a562b76c
  21. Sep 03, 2017
  22. Jun 15, 2017
  23. May 01, 2017
  24. Apr 30, 2017
  25. Apr 29, 2017
  26. Apr 08, 2017
  27. Apr 07, 2017
    • gwenn's avatar
      Rustfmt · 69029ed6
      gwenn authored
      Some blocks are not correctly aligned/shifted (see keymap.rs).
      69029ed6
  28. Mar 26, 2017
  29. Mar 19, 2017
  30. Mar 03, 2017
  31. Feb 28, 2017
Loading