aboutsummaryrefslogtreecommitdiffhomepage
path: root/input.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-11-01 08:01:49 +1000
committerGravatar axel <axel@liljencrantz.se>2006-11-01 08:01:49 +1000
commit728a60bd6763c305a579768bb5de26929a1ffa14 (patch)
treefd6861134a2b0e28f1caa4806c5681caf0580189 /input.h
parent0099c3c42089fd6f564fab147a267fb6a34cdf64 (diff)
Fix beginning/end-of-line input function, add beginning/end-of-buffer functions
darcs-hash:20061031220149-ac50b-6e6b8f523642bead730059dd96ee2d1290283b5e.gz
Diffstat (limited to 'input.h')
-rw-r--r--input.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/input.h b/input.h
index 867099e3..d3a9d695 100644
--- a/input.h
+++ b/input.h
@@ -46,7 +46,9 @@ enum
R_SELF_INSERT,
R_VI_ARG_DIGIT,
R_VI_DELETE_TO,
- R_EXECUTE
+ R_EXECUTE,
+ R_BEGINNING_OF_BUFFER,
+ R_END_OF_BUFFER
}
;