vis

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

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

commit f47686a73f4b7243ec047461e24efc40e4a852f3
parent fda0d2c953b9a61bdb5fcaa9cf89e5699e608363
Author: James Campos <james.r.campos@gmail.com>
Date:   Tue, 28 Jun 2016 21:26:07 -0700

remove duplicate argument

Diffstat:
MGNUmakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/GNUmakefile b/GNUmakefile @@ -31,7 +31,7 @@ LIBLPEG_SHA1 = 64a0920c9243b624a277c987d2219b6c50c43971 LIBNCURSES_CONFIG = --disable-database --with-fallbacks=st,st-256color,xterm,xterm-256color,vt100 \ --with-shared --enable-widec --enable-ext-colors --with-termlib=tinfo \ - --without-ada --without-cxx --without-cxx-binding --without-manpages --without-progs \ + --without-ada --without-cxx --without-cxx-binding --without-manpages \ --without-tests --without-progs --without-debug --without-profile \ --without-cxx-shared --without-termlib --without--ticlib