vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 87667c0d89451c56ed3a2673c609bd7d547e2eb6 parent ef4f033aa09dba55ab7fae692f479b561b49d50e Author: Marc André Tanner <mat@brain-dump.org> Date: Wed, 22 Feb 2017 12:37:50 +0100 test/vis: add regression test for 02e696eb2a5493b36e0155fb9ef9920db3dab716 Diffstat:
| A | vis/structural-regex/commands/filter-and-edit.in | | | 2 | ++ |
| A | vis/structural-regex/commands/filter-and-edit.keys | | | 4 | ++++ |
| A | vis/structural-regex/commands/filter-and-edit.ref | | | 2 | ++ |
3 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/vis/structural-regex/commands/filter-and-edit.in b/vis/structural-regex/commands/filter-and-edit.in @@ -0,0 +1 @@ +aaabaaabaaa +\ No newline at end of file diff --git a/vis/structural-regex/commands/filter-and-edit.keys b/vis/structural-regex/commands/filter-and-edit.keys @@ -0,0 +1,3 @@ +:,|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 @@ -0,0 +1 @@ +aaabaaabaaa +\ No newline at end of file