reimplement vi's 'l' motion so that we only skip a newline when it is preceded by a non-newline character
This commit is contained in:
@@ -56,7 +56,7 @@ struct
|
||||
val viDlr = ViDlrDfa.next
|
||||
val viDlrForDelete = ViDlrDfa.nextForDelete
|
||||
|
||||
val viL = ViHlDfa.l
|
||||
val viL = ViLDfa.next
|
||||
val viH = ViHlDfa.h
|
||||
|
||||
fun helpGetCursorColumn (distanceFromLine, strList, lineList) =
|
||||
|
||||
Reference in New Issue
Block a user