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.