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