vis

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

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

commit b52b6621ee30324b69d79ee3f0926c2dcb81a44e
parent f0d49f8bcc36bb7ad0484e412d28f3c1d036bf58
Author: Marc André Tanner <mat@brain-dump.org>
Date:   Thu, 29 Mar 2018 17:38:34 +0200

test/vis: delete test depending on external sed(1) invocation

Diffstat:
Dvis/structural-regex/commands/filter-and-edit.in | 1-
Dvis/structural-regex/commands/filter-and-edit.keys | 4----
Dvis/structural-regex/commands/filter-and-edit.ref | 1-
3 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/vis/structural-regex/commands/filter-and-edit.in b/vis/structural-regex/commands/filter-and-edit.in @@ -1 +0,0 @@ -aaabaaabaaa diff --git a/vis/structural-regex/commands/filter-and-edit.keys b/vis/structural-regex/commands/filter-and-edit.keys @@ -1,3 +0,0 @@ -:,|sed -e 's/b/\\\\b/g'<Enter> -:x/\\/<Enter> -x -\ No newline at end of file diff --git a/vis/structural-regex/commands/filter-and-edit.ref b/vis/structural-regex/commands/filter-and-edit.ref @@ -1 +0,0 @@ -aaabaaabaaa