remove usages of 'Cursor.toNextChr' and delete it
This commit is contained in:
@@ -304,9 +304,6 @@ struct
|
||||
fun tillNextChr (lineGap, cursorIdx, chr) =
|
||||
nextChr (lineGap, cursorIdx, chr, startTillNextChr)
|
||||
|
||||
fun toNextChr (lineGap, cursorIdx, chr) =
|
||||
nextChr (lineGap, cursorIdx, chr, startToNextChr)
|
||||
|
||||
structure ToNextChr =
|
||||
MakeIfCharFolderNext
|
||||
(struct
|
||||
|
||||
Reference in New Issue
Block a user