aboutsummaryrefslogtreecommitdiffhomepage
path: root/input.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-07-24 06:52:03 +1000
committerGravatar axel <axel@liljencrantz.se>2006-07-24 06:52:03 +1000
commit713748c78274a39976a41898eeebf984464fd81d (patch)
tree784e6cb1b52e03bb152f14174e93a567af321645 /input.h
parentc9eb74fa4bf38c47b530cbff3ebd925e3cde874b (diff)
Some minor steps towards making vi-mode work
darcs-hash:20060723205203-ac50b-8125e733ed92689ba847ccbb9076d05910e701ac.gz
Diffstat (limited to 'input.h')
-rw-r--r--input.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/input.h b/input.h
index ff6bb1cb..b7b5a61c 100644
--- a/input.h
+++ b/input.h
@@ -44,6 +44,8 @@ enum
R_HISTORY_TOKEN_SEARCH_BACKWARD,
R_HISTORY_TOKEN_SEARCH_FORWARD,
R_SELF_INSERT,
+ R_VI_ARG_DIGIT,
+ R_VI_DELETE_TO
}
;