vis

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

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

commit 952bfdbedcfc6cf0da1f7f1291f4da05026b8e92
parent 7067a2ad88453472c20cb234c902043eef832540
Author: Marc André Tanner <mat@brain-dump.org>
Date:   Thu, 13 Feb 2020 13:48:33 +0100

test/vis: use C.UTF-8 locale

Diffstat:
Mvis/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="en_US.UTF-8" +export LANG="C.UTF-8" [ -z "$VIS" ] && VIS="../../vis" $VIS -v