rename 'ViLDfa' structure to 'ViHlDfa' since this DFA implements both vi's 'h' motion and vi's 'l' motion

This commit is contained in:
2025-09-17 11:02:11 +01:00
parent dbf05ec8dc
commit ad7d103f61
4 changed files with 8 additions and 8 deletions

View File

@@ -56,8 +56,8 @@ struct
val viDlr = ViDlrDfa.next
val viDlrForDelete = ViDlrDfa.nextForDelete
val viL = ViLDfa.next
val viH = ViLDfa.prev
val viL = ViHlDfa.l
val viH = ViHlDfa.h
fun helpGetCursorColumn (distanceFromLine, strList, lineList) =
case (strList, lineList) of