mirror of https://gitlab.com/basile.b/dexed.git
restore broken auto indent
This commit is contained in:
parent
4a616f287e
commit
647aa115e8
|
@ -1023,8 +1023,8 @@ begin
|
||||||
y := caretPos.y;
|
y := caretPos.y;
|
||||||
if t^.position.y > y then
|
if t^.position.y > y then
|
||||||
continue;
|
continue;
|
||||||
if ((t^.position.y = y) and (t^.position.x <= x)) then
|
if ((t^.position.y = y) and (t^.position.x <= x))
|
||||||
//or (t^.position.y < y) then
|
or (t^.position.y < y) then
|
||||||
begin
|
begin
|
||||||
result := i;
|
result := i;
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue