mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 23:38:02 +02:00
SynEdit: Diff Highlighter fix endless loop. Issue #30338
git-svn-id: trunk@52643 -
This commit is contained in:
parent
5973a75d07
commit
c52062ab8f
@ -397,7 +397,7 @@ begin
|
||||
|
||||
if fRange = rsUnknown then begin
|
||||
FTokenID := tkUnknown;
|
||||
Run := l - 1;
|
||||
Run := l;
|
||||
exit;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user