1
0
mirror of git://git.suckless.org/sbase synced 2024-12-21 22:50:16 +00:00

ed: Add other pending bug

At this stage is clear that the match() function of ed has
serious problems that have to be solved.
This commit is contained in:
Roberto E. Vargas Caballero 2024-03-22 04:39:25 +01:00
parent ac6d382515
commit b30fb56804

9
TODO
View File

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