vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit cead9442c2fa8b35894f4d9cb536a91f16b3cb0f parent 269c1a108cc34e381c7e14e20a99dd7e2bd83e6e Author: Marc André Tanner <mat@brain-dump.org> Date: Thu, 13 Feb 2020 13:51:27 +0100 test/sam: add test for anchor behavior involving new lines Diffstat:
| A | sam/commands/loop-lines9.cmd | | | 1 | + |
| A | sam/commands/loop-lines9.in | | | 2 | ++ |
2 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/sam/commands/loop-lines9.cmd b/sam/commands/loop-lines9.cmd @@ -0,0 +1 @@ +,x/^.*\n/ i/#/ diff --git a/sam/commands/loop-lines9.in b/sam/commands/loop-lines9.in @@ -0,0 +1 @@ +loop-lines.in +\ No newline at end of file