summaryrefslogtreecommitdiff
path: root/TODO.org
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.org')
-rw-r--r--TODO.org31
1 files changed, 22 insertions, 9 deletions
diff --git a/TODO.org b/TODO.org
index b4fcbbf..1600c0c 100644
--- a/TODO.org
+++ b/TODO.org
@@ -6,17 +6,20 @@
** DONE Change read_lines to use __get_lines (let fin point to the file to read from...)
-* IN-PROGRESS Commands [3/21]
-** IN-PROGRESS e
+* IN-PROGRESS Commands [5/23]
+** DONE e
+** TODO e !
** TODO W
** TODO E
+** TODO E !
** TODO j
-** TODO r
-** TODO #
** TODO t
** TODO m
+** TODO r
+** TODO #
** TODO s
-** TODO k
+** DONE k [1/1]
+*** DONE Check clear marks upon delete, change, move lines
** TODO g,G,v,V
** IN-PROGRESS q -- check for changes
** TODO h
@@ -24,14 +27,22 @@
** TODO Q
** TODO !
** TODO r !
-** TODO w !
+** TODO w
** DONE c
** DONE w
** DONE f
-* IN-PROGRESS Addresses [7/9]
-** TODO Test , extensively
+* IN-PROGRESS Addresses [11/14]
+** TODO Probably rethink (and rewrite) addressing
+** TODO Test "," extensively
+** DONE Reimplement offsets [3/3]
+*** DONE "," does not work as expected in "1,+10n"
+*** DONE addresses like "+1,+2" do not work properly
+*** DONE "+10n" does not work
+** DONE marks -- check "'ap" (it does not seem to work)
+** DONE address like '10n' does not seem to work
+** DONE marks ('a, 'b, etc...)
** DONE ?RE?
** DONE /RE/
*** DONE FIXME: it does not work if the second separator is missing
@@ -40,4 +51,6 @@
** DONE $
** DONE .
** DONE ;
-** TODO Offsets (+-)
+** IN-PROGRESS Offsets (+-) [0/2]
+*** TODO Test offsets like 1+10+10
+*** TODO test offsets like 10+-++--10