add functions to yank to end-of-previous-character, and to yank from current line to start of buffer
This commit is contained in:
@@ -68,7 +68,7 @@ struct
|
||||
val startState = startState
|
||||
|
||||
structure Folder =
|
||||
MakeCharFolderNext
|
||||
MakeCharFolderPrev
|
||||
(struct
|
||||
val startState = startState
|
||||
val tables = tables
|
||||
@@ -78,7 +78,7 @@ struct
|
||||
currentState = nonBlankAfterSpaceState
|
||||
end)
|
||||
|
||||
val fStart = Folder.foldNext
|
||||
val fStart = Folder.foldPrev
|
||||
end)
|
||||
|
||||
structure StartOfCurrentWORDFolder =
|
||||
|
||||
Reference in New Issue
Block a user