vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 9fd24f9e9e9b7b94434724d1055367a485559beb parent f20c6809dd5547e2493fc9d625ae9693cdff8abc Author: Marc André Tanner <mat@brain-dump.org> Date: Mon, 6 Mar 2017 22:19:39 +0100 vis: remove now unused #define Diffstat:
| M | vis.h | | | 6 | ------ |
1 file changed, 0 insertions(+), 6 deletions(-)
diff --git a/vis.h b/vis.h @@ -29,18 +29,12 @@ typedef struct Win Win; #endif /* simplify utility renames by distribution packagers */ -#ifndef VIS_MENU -#define VIS_MENU "vis-menu" -#endif #ifndef VIS_OPEN #define VIS_OPEN "vis-open" #endif #ifndef VIS_CLIPBOARD #define VIS_CLIPBOARD "vis-clipboard" #endif -#ifndef VIS_COMPLETE -#define VIS_COMPLETE "vis-complete" -#endif /* maximum bytes needed for string representation of a (pseudo) key */ #define VIS_KEY_LENGTH_MAX 64