commit 6d3f18c82108b17e4c9069d421c1313b9f5c68a8
Author: Roberto E. Vargas Caballero <[email protected]>
AuthorDate: Thu Sep 20 09:49:36 2018 +0100
Commit: Quentin Rameau <[email protected]>
CommitDate: Thu Sep 20 10:54:21 2018 +0200
ed: Add more bugs to TODO
diff --git a/ed.c b/ed.c
index a434625..6a2f231 100644
--- a/ed.c
+++ b/ed.c
@@ -18,6 +18,16 @@
*
* .
* ?radix?;/^$/-s/^/static /
+ * o cat <<EOF | ed
+ * 0a
+ * Line
+ * .
+ * s/ *//
+ * o cat <<EOF | ed
+ * 0a
+ * line
+ * .
+ * 1g/^$/p
*/
#include <sys/stat.h>