add function to yank inside WORD

This commit is contained in:
2025-09-06 01:15:45 +01:00
parent 73ec4e7578
commit 58e74afffb
4 changed files with 562 additions and 1 deletions

View File

@@ -624,6 +624,7 @@ struct
(* equivalent of vi's `E` command *)
val endOfWORD = ViCapsWordDfa.endOfCurrentWORD
val endOfWORDForDelete = ViCapsWordDfa.endOfCurrentWORDForDelete
val endOfWORDStrict = ViCapsWordDfa.endOfCurrentWORDStrict
(* Prerequisite:
* LineGap has been moved to start of line (provided with vi0). *)