vis

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

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

commit 29d582989d13f1d5cc21525f5ba4b0c977e01c5b
parent e343e2fd97397f206ed7e20d189ef6eb94033176
Author: Marc André Tanner <mat@brain-dump.org>
Date:   Mon, 25 Apr 2016 08:52:20 +0200

build: fix lua auto detection on OpenBSD

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

diff --git a/configure b/configure @@ -367,7 +367,7 @@ int main(int argc, char *argv[]) { } EOF - for liblua in lua lua5.2 lua5.3 lua-5.2 lua-5.3; do + for liblua in lua lua5.2 lua5.3 lua-5.2 lua-5.3 lua52 lua53; do printf " checking for %s... " "$liblua" if test "$have_pkgconfig" = "yes" ; then