vis

a vi-like editor based on Plan 9's structural regular expressions

git clone https://9o.is/git/vis.git

commit c0b51594f2edbcbd14da396607abdc2ef57de2ce
parent 0fb48d9172246f596fd1982b44a3ea9b37643e94
Author: Marc André Tanner <mat@brain-dump.org>
Date:   Fri,  5 Sep 2014 07:20:12 +0200

Remove cruft from config.def.h

Diffstat:
Mconfig.def.h | 11-----------
1 file changed, 0 insertions(+), 11 deletions(-)

diff --git a/config.def.h b/config.def.h @@ -426,17 +426,6 @@ static KeyBinding basic_movement[] = { { /* empty last element, array terminator */ }, }; -#if 0 -static KeyBinding vis_commands[] = { - // DEMO STUFF - { { NONE('5') }, line, { .i = 50 } }, - { { NONE('s') }, mark_set, { .i = 0 } }, - { { NONE('9') }, mark_goto, { .i = 0 } }, - - { /* empty last element, array terminator */ }, -}; -#endif - static KeyBinding vis_movements[] = { BACKSPACE( movement, i, MOVE_CHAR_PREV ), { { NONE('h') }, movement, { .i = MOVE_CHAR_PREV } },