- 11 Jul, 2019 2 commits
-
-
Jeremy Soller authored
use current syntax for inclusive range patterns See merge request !88
-
fearghasmr authored
-
- 12 Jun, 2019 1 commit
-
-
Jeremy Soller authored
Fix Issue #83 - Panic on write without filename See merge request !87
-
- 25 Jan, 2019 1 commit
-
-
genbyte authored
-
- 08 Jun, 2018 1 commit
-
-
Jeremy Soller authored
Adding in support for arrow keys in normal mode for moving.
-
- 06 Jun, 2018 1 commit
-
-
Jonathan Kingston authored
-
- 29 Jan, 2018 1 commit
-
-
Jeremy Soller authored
Remove extra parenthesis around function argument to compile
-
- 28 Jan, 2018 1 commit
-
-
James Sral authored
* Compiling on 1.25.0-nightly fails due to extra parenthesis around function arguments * Remove to restore successful compilation
-
- 19 Nov, 2017 2 commits
-
-
Jeremy Soller authored
infer file to save to from file opened
-
Paul Sajna authored
-
- 12 Oct, 2017 2 commits
-
-
Jeremy Soller authored
Make buffers behave more consistent
-
Daan Planken authored
Add bd command to delete a buffer.
-
- 11 Oct, 2017 3 commits
-
-
Jeremy Soller authored
Fix bug when entering invalid command in prompt
-
Daan Planken authored
The history can be accessed using the arrow keys.
-
Daan Planken authored
-
- 30 Sep, 2017 4 commits
-
-
Jeremy Soller authored
Fix bug that could cause panic when deleting lines
-
Daan Planken authored
-
Jeremy Soller authored
Add line numbers, wraps lines that are too long
-
Daan Planken authored
Completely rewrote the io/graphics.rs redraw function.
-
- 24 Sep, 2017 3 commits
-
-
Jeremy Soller authored
Fix freeze on resize screen, impl tab as 4 spaces
-
Daan Planken authored
Also fixes a bug when pressing 'L' on an empty line.
-
Jeremy Soller authored
-
- 23 Sep, 2017 3 commits
-
-
Jeremy Soller authored
Vertical scrolling & rustfmt changes
-
Daan Planken authored
-
Daan Planken authored
Completely prevents the cursor from walking offscreen. Also fixes several crashes when pressing 'z'. I still don't understand how those are supposed to work anyway, but allowing the cursor to go offscreen is never a good idea.
-
- 22 Sep, 2017 2 commits
-
-
Jeremy Soller authored
Implement 'I', 'A' and 'c' commands.
-
Daan Planken authored
Also fixes a bug where pressing 'L' would put the cursor beyond the last character of the line.
-
- 21 Sep, 2017 2 commits
-
-
Jeremy Soller authored
Fix a panic when using 'dL' or 'dG'
-
Daan Planken authored
-
- 15 Sep, 2017 2 commits
-
-
Jeremy Soller authored
Fix Sodum logo in README
-
Chris DeLuca authored
Seems like the path to the Sodium logo changed.
-
- 13 Jul, 2017 2 commits
-
-
Jeremy Soller authored
Fix a bug in insert_line
-
bobogei81123 authored
Assuming that insert_line(n) shall insert the string into nth-line (0 based). - Fix a bug in insert_line when insert into after buffer - Do corresponding changes in other place
-
- 04 May, 2017 4 commits
-
-
Jeremy Soller authored
Add exit key
-
Jeremy Soller authored
Fix compilation errors on the generic branch
-
Jeremy Soller authored
Fix a panic when doing 0g
-
Jeremy Soller authored
Fix the crash when deleting a cursor
-
- 27 Apr, 2017 2 commits
-
-
Jeremy Soller authored
Update README.md
-
Oleg Kulyk authored
-
- 26 Mar, 2017 1 commit
-
-
Durga authored
-