vis

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

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

commit 968d9efd9445e7d3d3bd00f73e622a3200f04d66
parent edf0b2996f71eb88228143ce781c5e9182eeb537
Author: Klemens Nanni <kl3@posteo.org>
Date:   Mon, 27 Mar 2017 22:05:53 +0200

Prefer Lua 5.3

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

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