vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit c1176f0adfcb707e16921d1b644aa64fd7e2a98e parent 45cfc0660b511b50b1e417503487ff506c54442f Author: Randy Palamar <palamar@ualberta.ca> Date: Sat, 12 Aug 2023 17:26:27 -0600 ci: freebsd: use lua 5.3 like the others Diffstat:
| M | .builds/freebsd.yml | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml @@ -2,8 +2,8 @@ image: freebsd/latest packages: - gmake - libtermkey - - lua52 - - lua52-lpeg + - lua53 + - lua53-lpeg - pkgconf sources: - https://github.com/martanne/vis