From: "Roberto E. Vargas Caballero" <k...@shike2.com>

---
 ed.c | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/ed.c b/ed.c
index fe68197..bf66f8b 100644
--- a/ed.c
+++ b/ed.c
@@ -1,4 +1,12 @@
 /* See LICENSE file for copyright and license details. */
+
+/*
+ * TODO: Multi-line commands don't work in global commands:
+ * o  g/^line/a \
+ *    line1
+ *    .
+ * o  Signal handling is broken
+ */
 #include <sys/stat.h>
 #include <fcntl.h>
 #include <regex.h>
-- 
2.14.2


Reply via email to