vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 8b1b3144600923e05f7bc121f76e73fedd3bb10a parent 18bd3231cc6dbf7e455937b6e0b2fe0d5d35d62e Author: xoich <parisidaniele@pm.me> Date: Mon, 15 Mar 2021 20:27:05 +0100 add lua5.4 in configure script Diffstat:
| M | configure | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure @@ -443,7 +443,7 @@ int main(int argc, char *argv[]) { } EOF - for liblua in lua lua5.3 lua5.2 lua-5.3 lua-5.2 lua53 lua52; do + for liblua in lua lua5.4 lua5.3 lua5.2 lua-5.3 lua-5.2 lua54 lua53 lua52; do printf " checking for %s... " "$liblua" if test "$have_pkgconfig" = "yes" ; then