vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 06282e1d55dfde0cf13838a09018566e26adfbdd parent 3f29ee5ea821d735104819b7ae4035c1fc455ed8 Author: Marc André Tanner <mat@brain-dump.org> Date: Tue, 25 Feb 2020 12:37:42 +0100 Revert "test/vis: use C.UTF-8 locale" Apparently the C.UTF-8 locale is not yet supported by upstrem glibc. As a result this breaks the tests on distributions such as Arch Linux which use unmodified glibc. This reverts commit 952bfdbedcfc6cf0da1f7f1291f4da05026b8e92. Fix #20 Diffstat:
| M | vis/test.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vis/test.sh b/vis/test.sh @@ -2,7 +2,7 @@ export VIS_PATH=. export PATH="$(pwd)/../..:$PATH" -export LANG="C.UTF-8" +export LANG="en_US.UTF-8" [ -z "$VIS" ] && VIS="../../vis" $VIS -v