vis

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

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

commit 93a2143faff13b97f9e3cb7c83bfbb1097830951
parent 09b237325c0e7830b7797a43d9994e10d5913985
Author: Christian Hesse <mail@eworm.de>
Date:   Thu, 16 Feb 2017 22:48:14 +0100

test/vis: set UTF-8 locale

The test vis/insert-mode/digraph fails with a non-UTF-8 locale. So set
LANG="en_US.UTF-8" in test script.

Diffstat:
Mvis/test.sh | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/vis/test.sh b/vis/test.sh @@ -2,6 +2,7 @@ export VIS_PATH=. export PATH="$(pwd)/../..:$PATH" +export LANG="en_US.UTF-8" [ -z "$VIS" ] && VIS="../../vis" $VIS -v