diff options
author | KatolaZ <katolaz@freaknet.org> | 2018-05-30 16:42:16 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2018-05-30 16:42:16 +0100 |
commit | 00d893c8f8e742acc15e6675dec20c946dfb6fd7 (patch) | |
tree | 06325441928ab711afb550339c7aa837dd2ac223 /TODO.org | |
parent | 169cd80426f3a5e1462913f24b47e3f3ac39dbce (diff) |
implemented 'm' and 't'
Diffstat (limited to 'TODO.org')
-rw-r--r-- | TODO.org | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -3,6 +3,7 @@ * IN-PROGRESS FIXME ** TODO Implement check on file modified +** TODO Check for marks in delete_lines ** DONE Reimplement delete_lines ** DONE Re-check insert/append (test_insapp failing with a double-free) ** DONE Re-check delete as well (maybe related to insert/append?!?!?) @@ -10,15 +11,15 @@ ** DONE Change read_lines to use __get_lines (let fin point to the file to read from...) -* IN-PROGRESS Commands [5/23] +* IN-PROGRESS Commands [7/23] ** DONE e ** TODO e ! ** TODO W ** TODO E ** TODO E ! ** TODO j -** IN-PROGRESS t -** TODO m +** DONE t +** DONE m ** TODO r ** TODO # ** TODO s |