Skip to content

Commit

Permalink
Revert r5144, which causes more problems than it solves. See
Browse files Browse the repository at this point in the history
  • Loading branch information
ansgarbecker committed Feb 4, 2017
1 parent fa85dfa commit 6e9778c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/synedit/Source/SynEditHighlighter.pas
Expand Up @@ -1174,7 +1174,7 @@ procedure TSynCustomHighlighter.Next;
Delta := Run - fOldRun; Delta := Run - fOldRun;
while Delta > 0 do while Delta > 0 do
begin begin
while (Length(fExpandedLine) < ExpandedRun) and (fExpandedLine[ExpandedRun] = FillerChar) do while fExpandedLine[ExpandedRun] = FillerChar do
inc(ExpandedRun); inc(ExpandedRun);
inc(ExpandedRun); inc(ExpandedRun);
dec(Delta); dec(Delta);
Expand Down

0 comments on commit 6e9778c

Please sign in to comment.