fix typo in line_gap.sml which caused a compilation error
This commit is contained in:
@@ -3230,7 +3230,7 @@ struct
|
||||
case (rightStrings, rightLines) of
|
||||
(shd :: stl, lhd :: ltl) =>
|
||||
let
|
||||
val nextLine = curLine + Vector.length hd
|
||||
val nextLine = curLine + Vector.length lhd
|
||||
in
|
||||
if findLine <= nextLine then
|
||||
let val relativeLine = findLine - curLine - 1
|
||||
|
||||
Reference in New Issue
Block a user