vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 1f1ce84f357c0a46e8c4aaa3eedc954671915b2b parent f4d469c9ce8a3a11fc749c677a7391c527d801bb Author: Marc André Tanner <mat@brain-dump.org> Date: Mon, 19 Dec 2016 12:03:37 +0100 build: use latest Lua 5.3.x for make local and standalone builds Diffstat:
| M | GNUmakefile | | | 8 | ++++---- |
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/GNUmakefile b/GNUmakefile @@ -17,10 +17,10 @@ LIBNCURSES_SHA1 = acd606135a5124905da770803c05f1f20dd3b21c LIBTERMKEY = libtermkey-0.19 LIBTERMKEY_SHA1 = a6b55687db1c16b64f2587a81bde602e73007add -#LIBLUA = lua-5.3.3 -#LIBLUA_SHA1 = a0341bc3d1415b814cc738b2ec01ae56045d64ef -LIBLUA = lua-5.2.4 -LIBLUA_SHA1 = ef15259421197e3d85b7d6e4871b8c26fd82c1cf +LIBLUA = lua-5.3.3 +LIBLUA_SHA1 = a0341bc3d1415b814cc738b2ec01ae56045d64ef +#LIBLUA = lua-5.2.4 +#LIBLUA_SHA1 = ef15259421197e3d85b7d6e4871b8c26fd82c1cf #LIBLUA = lua-5.1.5 #LIBLUA_SHA1 = b3882111ad02ecc6b972f8c1241647905cb2e3fc