commit b30fb56804bfed69b45ef0e944d2e029e4d26258
Author:     Roberto E. Vargas Caballero <k...@shike2.com>
AuthorDate: Fri Mar 22 04:39:25 2024 +0100
Commit:     Roberto E. Vargas Caballero <k...@shike2.com>
CommitDate: Fri Mar 22 04:39:25 2024 +0100

    ed: Add other pending bug
    
    At this stage is clear that the match() function of ed has
    serious problems that have to be solved.

diff --git a/TODO b/TODO
index 6a0968e..575b3d9 100644
--- a/TODO
+++ b/TODO
@@ -57,6 +57,15 @@ ed
     .
     1g/^$/p
 
+* cat <<EOF | ed
+    0a
+    line1
+    line2
+    line3
+    .
+    g/^$/d
+    ,p
+
 * Editing huge files doesn't work well.
 
 

Reply via email to