reimplement vi's 'h' movement, so that we only skip newline characters that immediately follow a non-newline
This commit is contained in:
@@ -57,7 +57,7 @@ struct
|
||||
val viDlrForDelete = ViDlrDfa.nextForDelete
|
||||
|
||||
val viL = ViLDfa.next
|
||||
val viH = ViHlDfa.h
|
||||
val viH = ViHDfa.prev
|
||||
|
||||
fun helpGetCursorColumn (distanceFromLine, strList, lineList) =
|
||||
case (strList, lineList) of
|
||||
|
||||
Reference in New Issue
Block a user