1 
 2 09/21/87  ted
 3 Known errors in the current release of ted.
 4 #         Associated TR's
 5 Description
 6 
 7 163
 8 When a buffer exceeds 99999 lines, "x" gets a size condition.
 9 
10 162
11 "vd/xxx/" which deletes the last line of the buffer leaves "."
12 undefined, unlike ted_3.0y.
13 
14 134  phx16876
15 "g*/./ P" prints null lines.
16 
17 120  phx15889
18 Given a regular expression of the form /aa.*xyz.*ttl/ the matching does
19 not give what people think it should because of the way it is
20 implemented.  People seem to expect that if the "xyz" is found and then
21 no "ttl" can be, that the search would back up and look for another
22 "xyz".  This is not the case.  If a search fails, it always goes back
23 to the beginning of the expression, moves ahead 1 character in the
24 string being searched and tries again.