vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit a4ac4a4bbb8c9bed836b494d153ad30b86714440 parent 3afb2d96c584dd6f2f2e27297871d866a1be4447 Author: Marc André Tanner <mat@brain-dump.org> Date: Sun, 20 Sep 2020 18:10:04 +0200 test/vim: set an UTF-8 locale This is consistent with the vis and sam specific tests which already use the same value. See also d611d20534b267795d67dd30e999cd43a59f09ba and 06282e1d55dfde0cf13838a09018566e26adfbdd. Diffstat:
| M | vim/test.sh | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/vim/test.sh b/vim/test.sh @@ -10,6 +10,7 @@ TESTS_RUN=0 TESTS_OK=0 TESTS_SKIP=0 +export LANG="en_US.UTF-8" export VIS_PATH=. if type "$VIM" >/dev/null 2>&1; then