transpose-words

This commit is contained in:
Christian Rishøj
2013-05-27 23:25:55 +02:00
committed by ridiculousfish
parent 54c21f5974
commit a259c37415
4 changed files with 44 additions and 0 deletions

View File

@@ -114,6 +114,7 @@ static const wchar_t * const name_arr[] =
L"history-token-search-forward",
L"self-insert",
L"transpose-chars",
L"transpose-words",
L"null",
L"eof",
L"vi-arg-digit",
@@ -199,6 +200,7 @@ static const wchar_t code_arr[] =
R_HISTORY_TOKEN_SEARCH_FORWARD,
R_SELF_INSERT,
R_TRANSPOSE_CHARS,
R_TRANSPOSE_WORDS,
R_NULL,
R_EOF,
R_VI_ARG_DIGIT,