vis

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

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

commit 06d3c94aeb9c2859d0d6187d95ec876fae10da7f
parent 8175c975f3805c90bd729dc235ee8fe7399dfb90
Author: Marc André Tanner <mat@brain-dump.org>
Date:   Tue, 25 Feb 2020 12:43:25 +0100

ci: improve OpenBSD Lua installation

By omitting the exact (minor) version number, this should be more
future proof.

Diffstat:
M.builds/openbsd.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.builds/openbsd.yml b/.builds/openbsd.yml @@ -2,7 +2,7 @@ image: openbsd/latest packages: - gmake - libtermkey - - lua-5.3.5 + - lua%5.3 - lua53-lpeg sources: - https://github.com/martanne/vis