~mcf/sbase

b30fb56804bfed69b45ef0e944d2e029e4d26258 — Roberto E. Vargas Caballero 8 months ago ac6d382 master
ed: Add other pending bug

At this stage is clear that the match() function of ed has
serious problems that have to be solved.
1 files changed, 9 insertions(+), 0 deletions(-)

M TODO
M TODO => TODO +9 -0
@@ 57,6 57,15 @@ ed
    .
    1g/^$/p

* cat <<EOF | ed
    0a
    line1
    line2
    line3
    .
    g/^$/d
    ,p

* Editing huge files doesn't work well.