rename 'ViLDfa' structure to 'ViHlDfa' since this DFA implements both vi's 'h' motion and vi's 'l' motion
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user