aboutsummaryrefslogtreecommitdiffhomepage
path: root/input.h
diff options
context:
space:
mode:
authorGravatar Christian Rishøj <christian@rishoj.net>2013-05-27 23:25:55 +0200
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-06-02 00:59:22 -0700
commita259c37415db5c37cbbd08c5946b981395d9ba1f (patch)
treefca1ba6798e2c60c33dd920be3821874a4eb7598 /input.h
parent54c21f5974acd11939ea52dca6f4eb05ab6ea715 (diff)
transpose-words
Diffstat (limited to 'input.h')
-rw-r--r--input.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/input.h b/input.h
index a5df1a8b..465d5047 100644
--- a/input.h
+++ b/input.h
@@ -43,6 +43,7 @@ enum
R_HISTORY_TOKEN_SEARCH_FORWARD,
R_SELF_INSERT,
R_TRANSPOSE_CHARS,
+ R_TRANSPOSE_WORDS,
R_VI_ARG_DIGIT,
R_VI_DELETE_TO,
R_EXECUTE,