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
in
if searchLine <= 0 then
LineGap.goToStart buffer
goToStart buffer
else
(* we compare current line with searchLine - 1
* because if searchLine - 1 is here,