vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit d611d20534b267795d67dd30e999cd43a59f09ba parent 27a9b2e05872a0de9c5e9f0735826ab8909c96a1 Author: Marc André Tanner <mat@brain-dump.org> Date: Sun, 12 Jul 2020 19:44:44 +0200 test/sam: set LANG=en_US.UTF-8 Conceptually C.UTF-8 would be the correct setting. However, it is currently not supported by upstream glibc (albeit patched in by various distriubtions e.g. Debian, Ubuntu and Fedora). The vis specific tests already use the same locale, hence it is not a new dependency and the Debian CI script has been adapted accordingly in martanne/vis@8175c97. Fix #25 Diffstat:
| M | sam/test.sh | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/sam/test.sh b/sam/test.sh @@ -3,6 +3,8 @@ NL=' ' +export LANG="en_US.UTF-8" + export VIS_PATH=. [ -z "$VIS" ] && VIS="../../vis" [ -z "$SAM" ] && SAM="sam"