mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-26 13:49:12 +02:00
parent
2005fcbedd
commit
5e981c6e48
@ -887,9 +887,10 @@ begin
|
||||
'}':
|
||||
begin
|
||||
dec(CommentLvl);
|
||||
inc(CurPos.StartPos);
|
||||
if CommentLvl=0 then
|
||||
if CommentLvl=0 then begin
|
||||
inc(CurPos.StartPos);
|
||||
break;
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user