vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 48e2fb1a82f26fb5c9e1daf57cd98673c1fe746e parent 71367097e4a093102e01c0dbe359398515358337 Author: Marc André Tanner <mat@brain-dump.org> Date: Thu, 23 Feb 2017 10:53:48 +0100 test: fix travis macOS test failures The vim version installed on the Travis macOS VMs does not seem to correctly handle ; when already on a matching position. Move the affected test to test/vis. Also fix white space related issues in sed invocation. Diffstat:
5 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/vim/motions/till-right.in b/vis/motions/till-right.in diff --git a/vim/motions/till-right.keys b/vis/motions/till-right.keys diff --git a/vis/motions/till-right.ref b/vis/motions/till-right.ref @@ -0,0 +1,7 @@ +Till before count occurrence of char to the right. + +Consecutive:|_||_ +Separated:|_|_|_ +Invalid count: __ +Space:|# +Tab:|# diff --git a/vis/structural-regex/commands/filter-and-edit.in b/vis/structural-regex/commands/filter-and-edit.in @@ -1 +1 @@ -aaabaaabaaa -\ No newline at end of file +aaabaaabaaa diff --git a/vis/structural-regex/commands/filter-and-edit.ref b/vis/structural-regex/commands/filter-and-edit.ref @@ -1 +1 @@ -aaabaaabaaa -\ No newline at end of file +aaabaaabaaa