fix compiler error (was using curent module's name to refer to a function from current module, which is not supported in SML)

This commit is contained in:
2025-12-03 00:34:30 +00:00
parent 7a8961af9c
commit e7a08e27af

View File

@@ -3048,7 +3048,7 @@ struct
} = buffer } = buffer
in in
if searchLine <= 0 then if searchLine <= 0 then
LineGap.goToStart buffer goToStart buffer
else else
(* we compare current line with searchLine - 1 (* we compare current line with searchLine - 1
* because if searchLine - 1 is here, * because if searchLine - 1 is here,