sbase

suckless unix tools
git clone git://git.suckless.org/sbase
Log | Files | Refs | README | LICENSE

commit b30fb56804bfed69b45ef0e944d2e029e4d26258
parent ac6d382515327bf0bf14d5d355d33ceffddc7fd7
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Fri, 22 Mar 2024 04:39:25 +0100

ed: Add other pending bug

At this stage is clear that the match() function of ed has
serious problems that have to be solved.

Diffstat:
MTODO | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/TODO b/TODO @@ -57,6 +57,15 @@ ed . 1g/^$/p +* cat <<EOF | ed + 0a + line1 + line2 + line3 + . + g/^$/d + ,p + * Editing huge files doesn't work well.