add yank-delete motions like 'ydw' and so on
This commit is contained in:
14
fcore/normal-mode/normal-yank-delete.sml
Normal file
14
fcore/normal-mode/normal-yank-delete.sml
Normal file
@@ -0,0 +1,14 @@
|
||||
structure NormalYankDelete =
|
||||
MakeNormalDelete
|
||||
(struct
|
||||
open DrawMsg
|
||||
open MailboxType
|
||||
|
||||
fun initMsgs (low, length, buffer) =
|
||||
let
|
||||
val str = LineGap.substring (low, length, buffer)
|
||||
val msg = YANK str
|
||||
in
|
||||
[DRAW msg]
|
||||
end
|
||||
end)
|
||||
Reference in New Issue
Block a user