mirror of https://gitlab.com/basile.b/dexed.git
fixup 36e5ef9b
This commit is contained in:
parent
36e5ef9b5c
commit
a329abab0c
|
@ -2448,7 +2448,7 @@ const
|
|||
begin
|
||||
s := LineText;
|
||||
p := PhysicalToLogicalPos(CaretXY);
|
||||
if (p.x = 1) and not right then
|
||||
if (p.x <= 1) and not right then
|
||||
begin
|
||||
ExecuteCommand(ecLeft, #0, nil);
|
||||
exit;
|
||||
|
|
Loading…
Reference in New Issue