vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 3bfc46461d7ab331345c0224e8702527bfde2a75 parent 42c9ab464249f8501a26cb7abd39a80057b26db6 Author: Marc André Tanner <mat@brain-dump.org> Date: Mon, 25 Apr 2016 12:09:37 +0200 build: remove redundant code from configure script Diffstat:
| M | configure | | | 3 | --- |
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git a/configure b/configure @@ -467,9 +467,6 @@ fi printf "completing config.mk... " -cmdline=$(quote "$0") -for i ; do cmdline="$cmdline $(quote "$i")" ; done - exec 3>&1 1>>config.mk cat << EOF