add a new test validating that the cursor does not move when cursor is on an empty line
This commit is contained in:
@@ -102,7 +102,6 @@ struct
|
||||
if cursorIdx > otherIdx then
|
||||
(* yanking backwards from cursorIdx *)
|
||||
let
|
||||
val () = print "272\n"
|
||||
val length = cursorIdx - otherIdx + 1
|
||||
val buffer = LineGap.goToIdx (otherIdx, buffer)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user