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
|
case (rightStrings, rightLines) of
|
||||||
(shd :: stl, lhd :: ltl) =>
|
(shd :: stl, lhd :: ltl) =>
|
||||||
let
|
let
|
||||||
val nextLine = curLine + Vector.length hd
|
val nextLine = curLine + Vector.length lhd
|
||||||
in
|
in
|
||||||
if findLine <= nextLine then
|
if findLine <= nextLine then
|
||||||
let val relativeLine = findLine - curLine - 1
|
let val relativeLine = findLine - curLine - 1
|
||||||
|
|||||||
Reference in New Issue
Block a user