vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit a09b63191621f3f5b9236585a6cbbb2ecac2f482 parent de82cab4fe901f4a62653e7d7d60304c8ca1f5f9 Author: Peter Buxton <somercet@gmail.com> Date: Sun, 17 Apr 2022 23:03:27 -0400 Re-enabled tre by #including <stddef.h>. Diffstat:
| M | configure | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/configure b/configure @@ -380,6 +380,7 @@ if test "$tre" != "no" ; then printf "checking for libtre... " cat > "$tmpc" <<EOF +#include <stddef.h> #include <tre/tre.h> int main() {