fixup previous commit, no need to yield the range

This commit is contained in:
Basile Burg 2018-03-03 08:56:13 +01:00
parent 09fb838463
commit 9281c90c28
1 changed files with 1 additions and 1 deletions

View File

@ -2704,7 +2704,7 @@ begin
and (tk1^.Data[1] in ['*','+']) and (tk2^.offset > p) then
begin
r.init(tk1^.Data);
r.popUntil(#10)^.popFront^.yield;
r.popUntil(#10)^.popFront;
if not r.empty then
r.popWhile([' ', #9]);
if not r.empty then