vis

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

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

commit fac9ff721785365ae9b17bb840308926c3317cbc
parent 9cf4ac8a357ad4c9c17bae583cb39199c80bef8a
Author: Marc André Tanner <mat@brain-dump.org>
Date:   Tue, 13 Dec 2016 10:36:43 +0100

build: remove internal configure options from help text

These are used by `make standalone` but are not really appropriate
for normal usage and just cause confusion as demonstrated by #373.

Diffstat:
Mconfigure | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/configure b/configure @@ -12,8 +12,6 @@ Defaults for the options are specified in brackets. Configuration: --srcdir=DIR source directory [detected] - --environment-only check environment only, no system libraries - --static prepare for static build Installation directories: --prefix=PREFIX main installation prefix [/usr/local]