aboutsummaryrefslogtreecommitdiffhomepage
path: root/input.h
diff options
context:
space:
mode:
authorGravatar Christian Rishøj <christian@rishoj.net>2013-09-09 18:46:16 +0200
committerGravatar Christian Rishøj <christian@rishoj.net>2013-09-09 18:46:16 +0200
commitcd1c2f74d3bcc9a1d3c5eaad007788e950e27c74 (patch)
tree3a97cce87848bcb2019f113d00de2560052d1e16 /input.h
parenta1020b3e6129ddeee8709a757f3275c19a81a0f5 (diff)
add support for downcase-word, upcase-word and capitalise-word
Diffstat (limited to 'input.h')
-rw-r--r--input.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/input.h b/input.h
index 465d5047..c5722b2f 100644
--- a/input.h
+++ b/input.h
@@ -44,6 +44,9 @@ enum
R_SELF_INSERT,
R_TRANSPOSE_CHARS,
R_TRANSPOSE_WORDS,
+ R_UPCASE_WORD,
+ R_DOWNCASE_WORD,
+ R_CAPITALIZE_WORD,
R_VI_ARG_DIGIT,
R_VI_DELETE_TO,
R_EXECUTE,