12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697(*
* vi_action.ml
* -----------
* Copyright : (c) 2019 - 2020, ZAN DoYe <zandoye@gmail.com>
* Licence : MIT
*
* This file is a part of mew_vi.
*)typeinsert=|Appendofstring(* a *)|AppendEolofstring(* A *)|Insertofstring(* i *)|InsertBolofstring(* I *)|Newline_belowofstring(* o *)|Newline_aboveofstring(* O *)typemotion=(* left right *)|Leftofint(* h *)|Rightofint(* l *)|Right_nlofint(* l, including newline *)|Line_FirstCharofint(* 0 *)|Line_FirstNonBlankofint(* ^ *)|Line_LastCharofint(* $ *)|Line_LastChar_nlofint(* $ *)|Line_LastNonBlankofint(* g_ *)|Line_LastNonBlank_nlofint(* g_ *)(* up down *)|Upwardofint(* k *)|Downwardofint(* j *)|GotoLineofint(* gg or G *)|GotoLine_first(* gg *)|GotoLine_last(* G *)(* word *)|Wordofint(* w *)|WORDofint(* W *)|Word_endofint(* e *)|WORD_endofint(* E *)|Word_backofint(* b *)|WORD_backofint(* B *)|Word_back_endofint(* ge *)|WORD_back_endofint(* gE *)(* line *)|Line(* occurrence *)|Occurrence_inlineofstring|Occurrence_inline_backofstring|Occurrence_inline_tillofstring|Occurrence_inline_till_backofstring(* text object *)|Sentence_backwordofint(* ( *)|Sentence_forwardofint(* ) *)|Paragraph_backwardofint(* { *)|Paragraph_forwardofint(* } *)(* text object selection *)|Word_includeofint(* aw *)|Word_innerofint(* iw *)|WORD_includeofint(* aW *)|WORD_innerofint(* iW *)|Sentence_includeofint(* as *)|Sentence_innerofint(* is *)|Paragraph_includeofint(* ap *)|Paragraph_innerofint(* ip *)|Parenthesis_includeofint(* a( a) *)|Parenthesis_innerofint(* i( i) *)|Bracket_includeofint(* a[ a] *)|Bracket_innerofint(* i[ i] *)|AngleBracket_includeofint(* a< a> *)|AngleBracket_innerofint(* i< i> *)|Brace_includeofint(* a{ a} *)|Brace_innerofint(* i{ i} *)|Quote_includeof(string*int)|Quote_innerof(string*int)(* match *)|Matchtypet=|Insertofinsert*int|Motionofmotion*int|Deleteofmotion*int|Changeofmotion*int|Joinofint|Undoofint|Paste_beforeofint|Paste_afterofint|Yankofmotion*int|ChangeModeofMode.Name.t