From dc8a641e11ef1fe262158e4de9209ed9edf31da7 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Mon, 5 Mar 2018 19:29:21 +0000 Subject: [PATCH] vile: further design note --- Applications/util/vile.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Applications/util/vile.c b/Applications/util/vile.c index d0b6c17a..0d70ea3c 100644 --- a/Applications/util/vile.c +++ b/Applications/util/vile.c @@ -251,7 +251,10 @@ keytable_t modeless[] = { * All regexps /?nN * * Try to write ops as far as possible in terms of each other and a few - * non-command 'ops. The goal is to make a lot of this macrocode for size. + * non-command 'ops. The goal is to make a lot of this macrocode for size + * using the commands plus some extra ops (if x , rpt x, repeat LINES, + * repeat LINES/2, repeat rows plus repeat 'difference between cursor + * when we started and now' (lets us do d^ d$ etc nicely) */ keytable_t modual[] = { -- 2.34.1