vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 27a9b2e05872a0de9c5e9f0735826ab8909c96a1 parent eb175f82a01757cdb798cbe93bc7b559dfa3cad0 Author: Marc André Tanner <mat@brain-dump.org> Date: Sat, 11 Jul 2020 17:00:52 +0200 test: move failing sam tests to vis Contrary to sam we do currently not change the buffer if the external command fails. Fix #24 Diffstat:
8 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sam/errors/filter.cmd b/sam/errors/filter.cmd @@ -1 +0,0 @@ -1 | tr a-z A-Z && false diff --git a/sam/errors/pipe-in.cmd b/sam/errors/pipe-in.cmd @@ -1 +0,0 @@ -1 < echo FAILED && false diff --git a/sam/errors/filter.in b/vis/errors/filter.in diff --git a/vis/errors/filter.keys b/vis/errors/filter.keys @@ -0,0 +1 @@ +:1 | tr a-z A-Z && false<Enter> diff --git a/sam/errors/filter.ref b/vis/errors/filter.ref diff --git a/sam/errors/pipe-in.in b/vis/errors/pipe-in.in diff --git a/vis/errors/pipe-in.keys b/vis/errors/pipe-in.keys @@ -0,0 +1 @@ +:1 < echo FAILED && false<Enter> diff --git a/sam/errors/pipe-in.ref b/vis/errors/pipe-in.ref