From 18f6c5e0142d09ed1c104b7dad96d17ce89820d4 Mon Sep 17 00:00:00 2001 From: "Roberto E. Vargas Caballero" Date: Sun, 4 Mar 2018 20:17:54 +0100 Subject: [PATCH] Add TODO --- ed.c | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/ed.c b/ed.c index a29ff19..29f4b92 100644 --- a/ed.c +++ b/ed.c @@ -1,4 +1,25 @@ /* 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 + * o cat < #include #include